commit
fc649187df
1 changed files with 5 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
/>
|
||||
<TextView
|
||||
android:id="@+id/transaction_amount"
|
||||
android:gravity="right"
|
||||
android:gravity="end"
|
||||
android:layout_weight="4"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<TextView
|
||||
android:id="@+id/transaction_fee"
|
||||
android:gravity="right"
|
||||
android:gravity="end"
|
||||
android:layout_weight="4"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -90,10 +90,11 @@
|
|||
android:textColor="@color/lbryGreen"
|
||||
android:textSize="12sp"
|
||||
android:textFontWeight="300"
|
||||
android:textAlignment="viewStart"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/transaction_date"
|
||||
android:gravity="right"
|
||||
android:gravity="end"
|
||||
android:layout_weight="4"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -106,7 +107,7 @@
|
|||
android:visibility="gone" />
|
||||
<TextView
|
||||
android:id="@+id/transaction_pending_text"
|
||||
android:gravity="right"
|
||||
android:gravity="end"
|
||||
android:layout_weight="4"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue