From 7c8919cb79a2e4fd9f03ca8058ae000a60dc5537 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Jul 2015 23:37:18 +0300 Subject: new album icon, various headline tweaks --- .../src/main/res/layout/headlines_row.xml | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml') 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 b5764477..e54731e4 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -24,22 +24,6 @@ android:layout_height="wrap_content" android:layout_span="2"> - - - - @@ -64,6 +48,17 @@ android:background="?headlineHeaderBackground" android:padding="16dp"> + + + android:orientation="horizontal" + android:id="@+id/linearLayout2"> + + - + android:layout_gravity="bottom|right" + 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_marginBottom="8dp" /> -- cgit v1.2.3