From a38e98c80e80e955818ad83f72601734c7c42197 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Oct 2014 12:19:52 +0400 Subject: add headline image border; make showing them optional --- res/layout/headlines_row.xml | 6 +++++- res/layout/headlines_row_selected.xml | 8 ++++++-- res/layout/headlines_row_selected_unread.xml | 6 +++++- res/layout/headlines_row_unread.xml | 11 +++++++---- 4 files changed, 23 insertions(+), 8 deletions(-) (limited to 'res/layout') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 1d40e1bf..8902a6bc 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -85,8 +85,12 @@ android:id="@+id/flavor_image" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" android:adjustViewBounds="true" - android:maxHeight="128dp" + android:background="@drawable/flavor_image_border" + android:cropToPadding="true" + android:maxHeight="256dp" + android:padding="1dp" android:scaleType="centerInside" android:src="@null" android:visibility="gone" /> diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 332b239a..0e600daa 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -79,12 +79,16 @@ android:layout_gravity="center" android:layout_height="wrap_content" > - diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index 553bb9f8..5e4f7eeb 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -84,8 +84,12 @@ android:id="@+id/flavor_image" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" android:adjustViewBounds="true" - android:maxHeight="128dp" + android:background="@drawable/flavor_image_border" + android:cropToPadding="true" + android:maxHeight="256dp" + android:padding="1dp" android:scaleType="centerInside" android:src="@null" android:visibility="gone" /> diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 70fc7a9e..96a65134 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -74,18 +74,21 @@ + android:layout_height="wrap_content" + android:paddingTop="3dp" > -- cgit v1.2.3