summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 01:16:11 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 01:16:11 +0300
commita0296da672e5987ab7dcc932c9fffe99b6e196dc (patch)
treeaba7604f50a92abdeafe375662fb37b39bd56365 /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent5df93fe9d60ceb24e50d4546660dbb0b3757d4d0 (diff)
add play icon for videos
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.xml8
1 files changed, 8 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 203e8b13..5e9307e6 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
@@ -100,6 +100,14 @@
android:layout_gravity="center"
android:visibility="gone" />
+ <ImageView
+ android:id="@+id/flavor_video_play"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_youtube_play"
+ android:visibility="gone" />
+
<org.fox.ttrss.util.ArrowRight
android:layout_marginRight="16dp"
android:id="@+id/flavorImageArrow"