From 53e9a7d9f345e468bb231c47559ac3e4ba06d28c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Jan 2014 10:56:27 +0400 Subject: remove sans-serif-condensed --- res/layout/article_fragment.xml | 1 - res/layout/article_fragment_compat.xml | 1 - res/layout/headlines_row.xml | 1 - res/layout/headlines_row_selected.xml | 1 - res/layout/headlines_row_selected_unread.xml | 1 - res/layout/headlines_row_unread.xml | 1 - 6 files changed, 6 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 571e13d1..83729a6f 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -29,7 +29,6 @@ android:layout_height="wrap_content" android:layout_weight="1" android:paddingTop="4dp" - android:fontFamily="sans-serif-condensed" android:text="My simple headline" android:textColor="?linkColor" android:textSize="18sp" /> diff --git a/res/layout/article_fragment_compat.xml b/res/layout/article_fragment_compat.xml index dfe49ae7..01264703 100644 --- a/res/layout/article_fragment_compat.xml +++ b/res/layout/article_fragment_compat.xml @@ -26,7 +26,6 @@ android:layout_height="wrap_content" android:layout_weight="1" android:paddingBottom="4dp" - android:fontFamily="sans-serif-condensed" android:text="My simple headline" android:textColor="?linkColor" android:textSize="18sp" /> diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 92998b3e..7590c292 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -36,7 +36,6 @@ android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" - android:fontFamily="sans-serif-condensed" android:textColor="?headlineTextColor" android:textSize="18sp" /> diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 2f6e9cba..0364ab3c 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -31,7 +31,6 @@ 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" diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index d8ab9ce5..4edce92a 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -34,7 +34,6 @@ android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" - android:fontFamily="sans-serif-condensed" android:textColor="?headlineSelectedTextColor" android:textSize="18sp" android:textStyle="bold" /> diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 94df05f3..a6c56c63 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -28,7 +28,6 @@ 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" -- cgit v1.2.3