From 13472a2a2e2068115e8ea3084bd90e363127907c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 2 Dec 2015 13:38:05 +0300 Subject: add overflow icon to flavor image --- .../src/main/res/layout/headlines_row_unread.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml') 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 cca55565..9330bc00 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 @@ -121,16 +121,29 @@ android:id="@+id/flavor_video_kind" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="bottom|right" + android:layout_gravity="bottom|left" android:scaleType="fitXY" android:src="@drawable/ic_play_circle" android:visibility="visible" android:layout_below="@+id/headline_header" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" - android:layout_marginRight="8dp" + android:layout_marginLeft="8dp" android:layout_marginBottom="8dp" /> + + -- cgit v1.2.3