summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-25 10:56:27 +0400
committerAndrew Dolgov <[email protected]>2014-01-25 10:56:27 +0400
commit53e9a7d9f345e468bb231c47559ac3e4ba06d28c (patch)
treefd80abbd2e2f9af196b048a3739ff6a8062247a2
parent410d8cba8522ee6d93ebaaaec47fa1a8f78ac637 (diff)
remove sans-serif-condensed
-rw-r--r--AndroidManifest.xml4
-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
7 files changed, 2 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2d8dfa85..469af9b2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="232"
- android:versionName="1.35" >
+ android:versionCode="233"
+ android:versionName="1.36" >
<uses-sdk
android:minSdkVersion="8"
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"