From c84a1100b01fda8d30aa80adb3f267aff306d535 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 May 2013 18:01:00 +0400 Subject: improve readability of sw600dp headline rows --- .../headlines_row_selected_unread.xml | 174 +++++++++++---------- 1 file changed, 88 insertions(+), 86 deletions(-) (limited to 'res/layout-sw600dp/headlines_row_selected_unread.xml') diff --git a/res/layout-sw600dp/headlines_row_selected_unread.xml b/res/layout-sw600dp/headlines_row_selected_unread.xml index 9fa73d04..2d3354b6 100644 --- a/res/layout-sw600dp/headlines_row_selected_unread.xml +++ b/res/layout-sw600dp/headlines_row_selected_unread.xml @@ -4,8 +4,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?headlineSelectedBackground" - android:padding="4sp" - android:orientation="vertical" > + android:orientation="vertical" + android:padding="6dp" > - + android:paddingLeft="0dp" + android:paddingRight="0dp" /> - + android:ellipsize="end" + android:gravity="center_vertical" + android:singleLine="false" + android:text="{Title...}" + android:textColor="?headlineSelectedTextColor" + android:textSize="16sp" + android:textStyle="bold" /> - - - - + - + - + - + - - - + - + - - - - - - + - + + + android:layout_weight="0" + android:clickable="true" + android:paddingRight="6dp" + android:src="@android:drawable/star_off" /> - + - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf