summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-25 09:16:55 +0400
committerAndrew Dolgov <[email protected]>2012-06-25 09:16:55 +0400
commit41f36b00d2a2551dbdc0d969af6ea8f58fb4e613 (patch)
tree316f1e7d42dfdfd32233176917b95e4308f3b8c6 /res
parent7b10e95213216af0df4f226e524266b863bd230a (diff)
show title/loading progressbar on GB
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>