summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/article_fragment.xml1
-rw-r--r--res/layout/article_fragment_compat.xml1
-rw-r--r--res/layout/headlines_row.xml1
-rw-r--r--res/layout/headlines_row_selected.xml1
-rw-r--r--res/layout/headlines_row_selected_unread.xml1
-rw-r--r--res/layout/headlines_row_unread.xml1
6 files changed, 0 insertions, 6 deletions
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" />
</LinearLayout>
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"