From c396ab425878bb2e7c5195d739b070377cb6aa1e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 May 2013 18:35:40 +0400 Subject: update all headline views (remove unnecessary variants), add separate color for secondary headline text --- res/layout/headlines_row_selected_unread.xml | 181 ++++++++++++++------------- 1 file changed, 91 insertions(+), 90 deletions(-) (limited to 'res/layout/headlines_row_selected_unread.xml') diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index 03c4ffdb..7a9930c3 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -3,14 +3,14 @@ android:id="@+id/headlines_row" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="?headlineSelectedBackgroundSolid" - android:orientation="vertical" > + android:background="?headlineSelectedBackground" + android:orientation="vertical" + android:paddingRight="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