summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
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"