summaryrefslogtreecommitdiff
path: root/res/values-v11/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-03 13:15:56 +0400
committerAndrew Dolgov <[email protected]>2013-01-03 13:15:56 +0400
commit4b92a16f101359cac1df7fd8fded54c0af2d5f20 (patch)
tree4d5417dfbb5abcb8460991d93385d19a6244df67 /res/values-v11/style.xml
parent5d1c621be89852b900f4346b75917675a90a519d (diff)
add v11 style resources to fix theme breakage on HC
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>