From 3bb2daaf0e368d2bf5e9e797c1c1d308c9f32ca2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Jun 2015 20:10:12 +0400 Subject: use proper marked/published icons on dark theme headline views --- org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml') 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" /> + android:src="?ic_checkbox_marked" />