summaryrefslogtreecommitdiff
path: root/res/values-v11/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-v11/style.xml')
-rw-r--r--res/values-v11/style.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml
index 9ded814e..6e9a67d8 100644
--- a/res/values-v11/style.xml
+++ b/res/values-v11/style.xml
@@ -1,5 +1,6 @@
+<!-- Note: the only difference between this and v15 style is Holo.Light base theme (Holo.Light.DarkActionBar does not exist in HC and causes breakage) -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="LightTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <style name="LightTheme" parent="android:Theme.Holo.Light">
<item name="smallScreenBackground">@android:color/transparent</item>
<item name="horizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground"><!-- #e0e0e0 -->@drawable/shadow_feeds</item>