summaryrefslogtreecommitdiff
path: root/res/values-v15
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-10 11:50:11 +0400
committerAndrew Dolgov <[email protected]>2013-02-10 11:50:11 +0400
commite2adb70fe06f1eea35d496ce15856c96c05edc05 (patch)
tree7d85fa2f9fd2d3e18e89735ba767a3c3940d9979 /res/values-v15
parent06c6921dc2244bf76c37a959a5a0bcb89559dbcf (diff)
add (disabled) placeholder actionbar sepia style
Diffstat (limited to 'res/values-v15')
-rw-r--r--res/values-v15/style.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/values-v15/style.xml b/res/values-v15/style.xml
index 7012f3c4..52e16a18 100644
--- a/res/values-v15/style.xml
+++ b/res/values-v15/style.xml
@@ -37,8 +37,13 @@
<item name="unreadCounterColor">#C46262</item>
<item name="feedlistTextColor">#35281C</item>
<item name="linkColor">#C46262</item>
+ <!-- <item name="android:actionBarStyle">@style/ActionBarSepia</item> -->
</style>
-
+
+ <!-- <style name="ActionBarSepia" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
+ <item name="android:background">#351d11</item>
+ </style> -->
+
<style name="DarkTheme" parent="android:Theme.Holo">
<item name="smallScreenBackground">@android:color/transparent</item>
<item name="horizontalDivider">@android:drawable/divider_horizontal_dark</item>
@@ -63,7 +68,7 @@
<item name="linkColor">@color/ics_cyan</item>
<item name="loadingBackground">@android:color/black</item>
</style>
-
+
<style name="DarkGrayTheme" parent="DarkTheme">
<item name="smallScreenBackground">@color/feeds_dark_gray</item>
<item name="horizontalDivider">@android:drawable/divider_horizontal_dark</item>