Check on weight and red color on weight loss, fixed layout on small screen or screens with high font size

This commit is contained in:
2024-12-11 08:43:14 +01:00
parent 0d331d90ff
commit b02a6c9aad
6 changed files with 107 additions and 9 deletions

View File

@ -24,6 +24,7 @@
android:layout_weight="2"
android:ellipsize="end"
android:maxLines="2"
android:textColor="@color/accent"
android:text="Description"/>
<TextView
@ -34,8 +35,6 @@
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:gravity="center_horizontal"
android:lines="1"
android:maxLines="1"
android:text="Qty"/>
<TextView
@ -49,4 +48,4 @@
android:maxLines="2"
android:text="Time"/>
</LinearLayout>
</LinearLayout>