From cd2df32b453497a7acb1e3662c8df8a5f9411793 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 31 Dec 2012 14:01:59 +0400 Subject: various layout readability updates --- res/layout/article_fragment.xml | 8 +++-- res/layout/headlines_row.xml | 61 +++++++++++++++-------------------- res/layout/headlines_row_selected.xml | 61 +++++++++++++++-------------------- res/layout/headlines_row_unread.xml | 61 +++++++++++++++-------------------- 4 files changed, 84 insertions(+), 107 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 4849b5a8..b23ed643 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -40,11 +40,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0.7" + android:textColor="?headlineExcerptTextColor" android:ellipsize="end" android:singleLine="true" android:text="{TAGS}" android:textSize="13sp" /> - + + android:textSize="13sp" + android:textStyle="italic" /> + - + - + android:textSize="16sp" + android:textStyle="bold" > - - - - + + + - + android:textSize="10sp" + android:textStyle="italic" /> + + + + - - \ No newline at end of file diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index ced2e03c..8ecd44a7 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -28,39 +28,23 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" > - + - + android:textSize="16sp" + android:textStyle="bold" > - - - - + + + - + android:textSize="10sp" + android:textStyle="italic" /> + + + + - - \ No newline at end of file diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index fafe39b5..7e8be39d 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -28,39 +28,23 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" > - + - + android:textSize="16sp" + android:textStyle="bold" > - - - - + + + - + android:textSize="10sp" + android:textStyle="italic" /> + + + + - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf