summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-17 12:27:41 +0400
committerAndrew Dolgov <[email protected]>2013-11-17 12:27:41 +0400
commit12b784d06b380894348a793d106b586ba1f79f17 (patch)
tree085289255fa9e37ea7e622c8d04bbe1f35bf6d08 /res
parent7ab556e1d4c2501d059ef62ae568f05bbdbbeb24 (diff)
set light background for small devices to fixed color
Diffstat (limited to 'res')
-rw-r--r--res/values/style.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index 31299fae..b84d69d2 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -1,6 +1,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="LightTheme" parent="Theme.Sherlock.Light.DarkActionBar">
- <item name="smallScreenBackground">@android:color/transparent</item>
+ <item name="smallScreenBackground">#eeeeee</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground"><!-- #e0e0e0 -->@drawable/shadow_feeds</item>
<item name="unreadCounterColor">#ffffff</item>