set light background for small devices to fixed color

This commit is contained in:
Andrew Dolgov 2013-11-17 12:27:41 +04:00
parent 7ab556e1d4
commit 12b784d06b
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
android:versionCode="220"
android:versionName="1.24" >
android:versionCode="221"
android:versionName="1.25" >
<uses-sdk
android:minSdkVersion="8"

View File

@ -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>