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

@ -8,4 +8,6 @@
<color name="grey">#ccc</color>
<color name="list_background_odd">#423B25</color>
<color name="list_background_even">@color/transparent</color>
<color name="danger">#f00</color>
<color name="textColor">@color/grey</color>
</resources>

View File

@ -3,6 +3,7 @@
<style name="Theme.LunaTracker" parent="Theme.AppCompat.NoActionBar">
<item name="colorAccent">@color/accent</item>
<item name="android:textColor">@color/textColor</item>
</style>
<style name="OverflowMenuText">