From 8da85b9157ef4ffd8b04a8b817f7c6f51c641c68 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Oct 2014 01:21:49 +0400 Subject: add headlines flavor images --- res/layout/headlines_row_unread.xml | 50 ++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 18 deletions(-) (limited to 'res/layout/headlines_row_unread.xml') diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index b54f91d6..70fc7a9e 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -14,7 +14,10 @@ android:layout_height="match_parent" android:background="?headlineUnreadBackground" android:orientation="vertical" - android:paddingTop="6dp" android:paddingLeft="6dp" android:paddingRight="6dp" android:paddingBottom="2dp" > > + android:paddingBottom="2dp" + android:paddingLeft="6dp" + android:paddingRight="6dp" + android:paddingTop="6dp" > + + + + + - - @@ -105,30 +119,30 @@ android:layout_height="match_parent" android:layout_weight="1" android:ellipsize="end" + android:fontFamily="sans-serif-light" android:gravity="center_vertical" android:singleLine="true" android:text="by Author" - android:fontFamily="sans-serif-light" - android:textStyle="italic" android:textColor="?headlineSecondaryTextColor" - android:textSize="12sp" /> + android:textSize="12sp" + android:textStyle="italic" />