summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-05 19:08:01 +0300
committerAndrew Dolgov <[email protected]>2017-06-05 19:08:01 +0300
commitb8b0b73ffb57e7107a3c5fa1d645052434b1e59b (patch)
tree4f7eb5ea7b31457794de0a43c7a763747ef3008f /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent15260455b209bcdfce5501a92889e7002b274c02 (diff)
use accent color for gallery/flavor image indicators so that it won't become invisible on white
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.xml2
1 files changed, 2 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 35fcc777..62fd842b 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
@@ -148,6 +148,7 @@
android:layout_below="@+id/headline_header"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
+ android:tint="?colorAccent"
android:layout_marginLeft="8dp"
android:layout_marginBottom="8dp" />
@@ -162,6 +163,7 @@
android:paddingRight="4dp"
android:src="@drawable/ic_dots_vertical"
android:layout_gravity="bottom|right"
+ android:tint="?colorAccent"
android:layout_marginBottom="10dp" />
</FrameLayout>