summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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 8099573d..2ac03da2 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -1,6 +1,6 @@
<resources>
- <style name="LightTheme" parent="android:Theme.Light.NoTitleBar">
+ <style name="LightTheme" parent="android:Theme.Light">
<item name="horizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground">#fafafa</item>
<item name="unreadCounterColor">#0000ff</item>
@@ -24,7 +24,7 @@
<item name="loadingBackground">@android:color/white</item>
</style>
- <style name="DarkTheme" parent="android:Theme.Black.NoTitleBar">
+ <style name="DarkTheme" parent="android:Theme.Black">
<item name="horizontalDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">#101010</item>
<item name="unreadCounterColor">#303030</item>