forked from organicmaps/organicmaps
[android] Colors fix.
This commit is contained in:
parent
aec2a9b151
commit
f5201375f9
2 changed files with 1 additions and 2 deletions
|
@ -148,6 +148,6 @@
|
|||
<!--End of block ColorsLight-->
|
||||
</style>
|
||||
<style name="Holo.TextAppearance.Widget.IconMenu.Item" parent="@android:style/TextAppearance.Widget.IconMenu.Item">
|
||||
<item name="android:textColor">?android:panelColorForeground</item>
|
||||
<item name="android:textColor">#000</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
|
@ -133,7 +133,6 @@
|
|||
<item name="android:panelBackground">@drawable/menu_hardkey_panel_holo_light</item>
|
||||
<item name="android:panelColorBackground">#FFFFFF</item>
|
||||
<item name="android:panelColorForeground">@color/primary_text_holo_light</item>
|
||||
<item name="android:panelFullBackground">@drawable/menu_background_fill_parent_width_holo_light</item>
|
||||
<item name="android:panelTextAppearance">@style/Holo.TextAppearance.Light</item>
|
||||
<!--End of block BackportBarLight-->
|
||||
<item name="holoTheme">light</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue