Merge pull request #7227 from osmandapp/sett_theme_fix
text color fix for #7197
This commit is contained in:
commit
a0609c396a
1 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,7 @@
|
|||
<item name="dlg_btn_stroked">@drawable/dlg_btn_stroked_light</item>
|
||||
<item name="profile_save_btn">@drawable/btn_round_profile_blue</item>
|
||||
<item name="profile_cancel_btn">@drawable/btn_round_profile_gray</item>
|
||||
<item name="android:textColor">@color/text_color_primary_light</item>
|
||||
</style>
|
||||
|
||||
<style name="OverflowMenuButton" parent="@style/Widget.AppCompat.ActionButton.Overflow">
|
||||
|
@ -504,6 +505,7 @@
|
|||
<item name="dlg_btn_stroked">@drawable/dlg_btn_stroked_dark</item>
|
||||
<item name="profile_save_btn">@drawable/btn_round_profile_night</item>
|
||||
<item name="profile_cancel_btn">@drawable/btn_round_profile_gray_n</item>
|
||||
<item name="android:textColor">@color/text_color_primary_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="FreeVersionBanner" parent="OsmandDarkTheme">
|
||||
|
|
Loading…
Reference in a new issue