From 8a97531a5a1d2e013db08b7fbef0eb2cd10baaf9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Jan 2014 13:41:37 +0400 Subject: tweak typography and layouts a bit --- res/layout/headlines_row_unread.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 44f1c218..94df05f3 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -28,6 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" + android:fontFamily="sans-serif-condensed" android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" @@ -53,15 +54,17 @@ android:ellipsize="end" android:gravity="center_vertical" android:singleLine="true" - android:text="Example Feed" + android:fontFamily="sans-serif-light" + android:text="Example Feed" android:textColor="?headlineSecondaryTextColor" android:textSize="12sp" /> -- cgit v1.2.3