summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml7
1 files changed, 4 insertions, 3 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 cb7dfde1..330ebd70 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -93,10 +93,11 @@
<ImageView
android:id="@+id/flavor_video_play"
- android:layout_width="64dp"
- android:layout_height="64dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:layout_gravity="center"
- android:src="@drawable/ic_youtube_play"
+ android:scaleType="fitXY"
+ android:src="@drawable/flavor_video_play"
android:visibility="gone" />
<org.fox.ttrss.util.ArrowRight