diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2d8dfa85..469af9b2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="233" + android:versionName="1.36" > 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"