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

@ -6,7 +6,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:paddingTop="30dp"
android:paddingLeft="15dp"
@ -16,7 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/title"
android:textSize="30sp"
android:textSize="30dp"
android:gravity="center_horizontal"/>
<TextView
@ -152,7 +151,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Diario di bordo"
android:text="@string/logbook"
android:textColor="@color/accent"
android:textStyle="bold"/>