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:00:10 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 01:00:10 +0300
commit5df93fe9d60ceb24e50d4546660dbb0b3757d4d0 (patch)
tree68f37b4c675ecf21f6490ed8c8ab3faec7fea077 /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent2593a8faa251c2661b77e92d8b2b05ab80c2b387 (diff)
add rudimentary headlines video player
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.xml7
1 files changed, 7 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 79e212c0..203e8b13 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
@@ -93,6 +93,13 @@
android:cropToPadding="true"
android:visibility="visible" />
+ <VideoView
+ android:id="@+id/flavor_video"
+ android:layout_width="match_parent"
+ android:layout_height="200dp"
+ android:layout_gravity="center"
+ android:visibility="gone" />
+
<org.fox.ttrss.util.ArrowRight
android:layout_marginRight="16dp"
android:id="@+id/flavorImageArrow"