[android] Colors fix.

This commit is contained in:
Dmitry Kunin 2013-05-29 15:41:17 +03:00 committed by Alex Zolotarev
parent aec2a9b151
commit f5201375f9
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -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>