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 13:48:14 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 13:48:14 +0300
commita5da507b58da3b0347ef0ff4ad04b2c7e28ad84b (patch)
tree7094c8c087f8fbc66f234ab0a213ff865c82037b /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parentb30de39dd5e691fde7414b597db5cc89331d724e (diff)
add separate drawables for youtube and video links, better cover drawable
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