summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-12 15:15:12 +0300
committerAndrew Dolgov <[email protected]>2014-11-12 16:20:18 +0400
commitc8e8aaf850c9caaff78ae3a4f74a905017804aa0 (patch)
treef5dedd116ee055dfd3d6f2cdaa1fd514f79467f5 /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent9ad5384b385a26bee4932865c74b2c7a924d71bd (diff)
add amber theme
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml3
1 files changed, 3 insertions, 0 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 5931b26c..849cfb86 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -154,6 +154,7 @@
android:textStyle="italic" />
<ImageView
+ android:tint="?iconTintColor"
android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="16dp"
@@ -164,6 +165,7 @@
android:src="@drawable/ic_star_empty" />
<ImageView
+ android:tint="?iconTintColor"
android:id="@+id/published"
android:layout_width="wrap_content"
android:layout_height="16dp"
@@ -174,6 +176,7 @@
android:src="@drawable/ic_unpublished" />
<ImageView
+ android:tint="?iconTintColor"
android:id="@+id/article_menu_button"
android:layout_width="wrap_content"
android:layout_height="16dp"