summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-18 13:41:44 +0400
committerAndrew Dolgov <[email protected]>2013-05-18 13:41:44 +0400
commit47a2f150abbbe45a17df212d44cecd2416dee24a (patch)
tree0479181b24123c12f8ad0b13b6651078e12d64aa
parentad6b01cb469b41b27056e81a44760f6d2559cda8 (diff)
bump version, update light theme
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/drawable-hdpi/arrowhead_light.pngbin1283 -> 287 bytes
-rw-r--r--res/drawable/shadow_headlines.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d2baf5cf..3d6ebe8b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"
diff --git a/res/drawable-hdpi/arrowhead_light.png b/res/drawable-hdpi/arrowhead_light.png
index 130dbf18..2c113ae1 100644
--- a/res/drawable-hdpi/arrowhead_light.png
+++ b/res/drawable-hdpi/arrowhead_light.png
Binary files differ
diff --git a/res/drawable/shadow_headlines.xml b/res/drawable/shadow_headlines.xml
index 09e5aa6a..7c31ab34 100644
--- a/res/drawable/shadow_headlines.xml
+++ b/res/drawable/shadow_headlines.xml
@@ -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> \ No newline at end of file