mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix UI contrast and theming (#871)
This commit is contained in:
parent
5c98936e23
commit
d16b87f5e8
5 changed files with 22 additions and 13 deletions
|
|
@ -13,4 +13,6 @@
|
|||
<color name="buttonColor">#67EA94</color>
|
||||
<color name="colourGrey">#535353</color>
|
||||
<color name="colorAnnotation">#0288D1</color>
|
||||
<color name="toolbarBackground">#67EA94</color>
|
||||
<color name="toolbarText">#FFFFFF</color>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -70,9 +70,8 @@
|
|||
</style>
|
||||
|
||||
<style name="MyThemeOverlay_Toolbar" parent="">
|
||||
<item name="background">@color/colorPrimary</item>
|
||||
<item name="android:textColorPrimary">@color/colorOnPrimary</item>
|
||||
<item name="tint">@color/colorOnPrimary</item>
|
||||
<item name="android:textColorPrimary">@color/toolbarText</item>
|
||||
<item name="tint">@color/toolbarText</item>
|
||||
</style>
|
||||
|
||||
<style name="MyActionBar" parent="@style/ThemeOverlay.MaterialComponents.ActionBar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue