From cc0bd900b663987ed29d1da8ab2ad957d8b84b35 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Oct 2013 15:01:41 +0400 Subject: font size tweaks, bump version --- res/layout/article_fragment.xml | 2 +- res/layout/headlines_row.xml | 2 +- res/layout/headlines_row_selected.xml | 2 +- res/layout/headlines_row_selected_unread.xml | 2 +- res/layout/headlines_row_unread.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 7b90619c..5caab8ae 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -43,7 +43,7 @@ android:singleLine="true" android:text="by Author" android:textColor="?headlineSecondaryTextColor" - android:textSize="14sp" /> + android:textSize="12sp" /> + android:textSize="18sp" /> + android:textSize="18sp" /> diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 7ef27f5f..1103b2f8 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -33,7 +33,7 @@ android:singleLine="false" android:text="Sample entry title" android:textColor="?headlineUnreadTextColor" - android:textSize="16sp" + android:textSize="18sp" android:textStyle="bold" /> -- cgit v1.2.3-54-g00ecf