From cc67716030f04c014b6a36be33318676c2f91872 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Oct 2013 00:07:38 +0400 Subject: bump version add feedicon to headlines view on tablets --- res/layout/headlines_row.xml | 12 +++++++++++- res/layout/headlines_row_selected.xml | 8 ++++++++ res/layout/headlines_row_selected_unread.xml | 8 ++++++++ res/layout/headlines_row_unread.xml | 21 ++++++++++++++++----- 4 files changed, 43 insertions(+), 6 deletions(-) (limited to 'res/layout') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 6df28379..009048d2 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -35,9 +35,19 @@ android:layout_weight="1" android:gravity="center_vertical" android:singleLine="false" - android:text="Sample entry title" + android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit." android:textColor="?headlineTextColor" android:textSize="18sp" /> + + + + + + + > - + android:paddingBottom="2dp" + android:paddingLeft="6dp" + android:paddingRight="6dp" + android:paddingTop="6dp" > + + + @@ -105,18 +116,18 @@ android:id="@+id/marked" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginRight="8dp" android:layout_weight="0" android:clickable="true" - android:layout_marginRight="8dp" android:src="@drawable/ic_star_empty" />