bump version, update light theme

This commit is contained in:
Andrew Dolgov 2013-05-18 13:41:44 +04:00
parent ad6b01cb46
commit 47a2f150ab
3 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="168"
android:versionName="1.7.5" >
android:versionCode="169"
android:versionName="1.7.6" >
<uses-sdk
android:minSdkVersion="8"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 287 B

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@color/headlines_light"/>
<!-- <item android:drawable="@color/headlines_light"/> -->
<item android:drawable="@drawable/shadow"/>
</layer-list>