forked from penguin86/luna-tracker
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:
@ -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>
|
@ -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">
|
||||
|
Reference in New Issue
Block a user