summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-14 13:19:28 +0300
committerAndrew Dolgov <[email protected]>2015-02-14 13:19:28 +0300
commit079328118c618d8f23f4fb411b181be07211f6e5 (patch)
treeaa13b730a2fcce9e9d3e521994b6d67eed5c4a98 /org.fox.ttrss/src/main
parent7ae7edfbe0d43aacb76c15807af9f7ce0929f255 (diff)
increase dark theme contrast
Diffstat (limited to 'org.fox.ttrss/src/main')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index e5e76162..41b45610 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="311"
+ android:versionCode="312"
android:versionName="1.89" >
<uses-sdk
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 5b57e6cd..cd921f88 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -96,7 +96,7 @@
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedSecondaryTextColor">?headlineSelectedExcerptTextColor</item>
<item name="headlineSelectedBackground">?feedsSelectedBackground</item>
- <item name="headlineUnreadBackground">#383c42</item>
+ <item name="headlineUnreadBackground">@android:color/black</item>
<item name="linkColor">?colorPrimary</item>
<item name="loadingBackground">@android:color/black</item>
<item name="articleNoteTextColor">@android:color/secondary_text_dark</item>