summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.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/layout/headlines_row_unread.xml
parent2c615e430d6ccffd46cf3769a8b7c681b3cdf419 (diff)
use proper marked/published icons on dark theme headline views
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index c12bc1f3..04bd55da 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -162,7 +162,7 @@
android:paddingRight="4dp"
android:layout_weight="0"
android:clickable="true"
- android:src="@drawable/ic_star_outline_dark" />
+ android:src="?ic_star_outline" />
<ImageView
android:id="@+id/published"
@@ -172,7 +172,7 @@
android:paddingRight="4dp"
android:layout_weight="0"
android:clickable="true"
- android:src="@drawable/ic_checkbox_marked_dark" />
+ android:src="?ic_checkbox_marked" />
<ImageView
android:id="@+id/article_menu_button"