fix issue 1040
Transaction amount text Direction changed to LTR. Transaction amount pinned to end of view
This commit is contained in:
parent
ac5e666369
commit
b0f7c41885
1 changed files with 4 additions and 2 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"
|
||||
|
@ -34,7 +34,9 @@
|
|||
android:fontFamily="@font/inter"
|
||||
android:singleLine="true"
|
||||
android:textSize="14sp"
|
||||
android:textFontWeight="300" />
|
||||
android:textFontWeight="300"
|
||||
android:textAlignment="viewEnd"
|
||||
android:textDirection="ltr"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue