summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.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.xml
parent5df93fe9d60ceb24e50d4546660dbb0b3757d4d0 (diff)
add play icon for videos
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 047160af..b662d61e 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -98,6 +98,14 @@
android:layout_gravity="center"
android:visibility="gone" />
+ <ImageView
+ android:id="@+id/flavor_video_play"
+ android:layout_width="64dp"
+ android:layout_height="64dp"
+ 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"