summaryrefslogtreecommitdiffstats
path: root/res/values-v17/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-v17/styles.xml')
-rw-r--r--res/values-v17/styles.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/values-v17/styles.xml b/res/values-v17/styles.xml
index 636ad934..73eed02e 100644
--- a/res/values-v17/styles.xml
+++ b/res/values-v17/styles.xml
@@ -26,9 +26,6 @@
<style name="DialogWhenLarge" parent="@android:style/Theme.Holo.Light.DialogWhenLarge" >
<item name="android:windowActionBar">false</item>
</style>
- <style name="ActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
- <item name="android:displayOptions">none</item>
- </style>
<style name="PopupMenuStyle" parent="@android:style/Widget.Holo.Light.PopupMenu">
</style>
<style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView">
@@ -74,6 +71,11 @@
</style>
<style name="SettingsTheme" parent="@style/BrowserBase">
+ <item name="android:actionBarStyle"
+ >@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse</item>
+ </style>
+
+ <style name="LightActionBarSolidStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
</style>
<style name="LightActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar">