Fixed that amount takes only one line (large amounts wrapped into next line)

This commit is contained in:
dankito 2020-10-17 23:14:21 +02:00
parent 5c4a4a485f
commit 03cb2bc72a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="end" android:gravity="end"
android:lines="1"
/> />
<TextView <TextView