summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-01 20:10:12 +0400
committerAndrew Dolgov <[email protected]>2015-06-01 20:10:12 +0400
commit3bb2daaf0e368d2bf5e9e797c1c1d308c9f32ca2 (patch)
treeaad16ef418f7db0713509f8ef3b4a2f63549d6ab /org.fox.ttrss/src/main/res/values/style.xml
parent2c615e430d6ccffd46cf3769a8b7c681b3cdf419 (diff)
use proper marked/published icons on dark theme headline views
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 6579e9ee..71c96aec 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -39,6 +39,9 @@
<item name="ic_rss_box">@drawable/ic_rss_box_dark</item>
<item name="ic_rss">@drawable/ic_rss_dark</item>
+ <item name="ic_checkbox_marked">@drawable/ic_checkbox_marked_dark</item>
+ <item name="ic_star">@drawable/ic_star_dark</item>
+ <item name="ic_star_outline">@drawable/ic_star_outline_dark</item>
</style>
<style name="SepiaTheme" parent="LightTheme">
@@ -124,6 +127,10 @@
<item name="ic_rss_box">@drawable/ic_rss_box</item>
<item name="ic_rss">@drawable/ic_rss</item>
+ <item name="ic_checkbox_marked">@drawable/ic_checkbox_marked</item>
+ <item name="ic_star">@drawable/ic_star</item>
+ <item name="ic_star_outline">@drawable/ic_star_outline</item>
+
</style>
<style name="DarkDialogTheme" parent="android:Theme"></style>