fix issue 1040

Transaction amount text Direction changed to LTR.
Transaction amount pinned to end of view
This commit is contained in:
yuval 2020-10-17 22:18:14 +03:00
parent ac5e666369
commit b0f7c41885

View file

@ -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