Tweak transaction pending text display
This commit is contained in:
parent
aaec6ac6a3
commit
7ef8e2029e
1 changed files with 5 additions and 1 deletions
|
@ -107,10 +107,14 @@
|
|||
<TextView
|
||||
android:id="@+id/transaction_pending_text"
|
||||
android:gravity="right"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_weight="4"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/inter"
|
||||
android:singleLine="true"
|
||||
android:text="@string/pending"
|
||||
android:textColor="@color/lightGrey"
|
||||
android:textSize="12sp"
|
||||
android:textStyle="italic"
|
||||
android:textFontWeight="300"
|
||||
|
|
Loading…
Reference in a new issue