summaryrefslogtreecommitdiff
path: root/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-26 11:46:17 +0300
committerAndrew Dolgov <[email protected]>2011-11-26 11:46:17 +0300
commit2229ae0fc4d8ee23ca64632292e74e86c3f43ee9 (patch)
tree402c3f00a1d3b5ffd1525f1f172abf84d4049058 /res/values/style.xml
parente722a06651bc74cab83b59158c6d4f07042cc9a6 (diff)
implement show all/show unread
tweak menu theme tweaks bump version
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index 8615771b..56a0ee20 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -15,7 +15,7 @@
<item name="headlineSeparatorSelected">#DBC981</item>
</style>
- <style name="LightCompatTheme" parent="android:Theme.Light">
+ <style name="LightCompatTheme" parent="android:Theme.Light.NoTitleBar">
<item name="feedlistDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground">#fafafa</item>
<item name="unreadCounterColor">#0000ff</item>
@@ -47,7 +47,7 @@
<item name="headlineSeparatorSelected">#47478E</item>
</style>
- <style name="DarkCompatTheme" parent="android:Theme">
+ <style name="DarkCompatTheme" parent="android:Theme.Black.NoTitleBar">
<item name="feedlistDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">#101010</item>
<item name="unreadCounterColor">#303030</item>