set light background for small devices to fixed color
This commit is contained in:
parent
7ab556e1d4
commit
12b784d06b
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user