summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/layout/article_fragment.xml2
-rw-r--r--res/layout/headlines_row.xml2
-rw-r--r--res/layout/headlines_row_selected.xml2
-rw-r--r--res/layout/headlines_row_selected_unread.xml2
-rw-r--r--res/layout/headlines_row_unread.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f35dfca0..e58e3a63 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="203"
+ android:versionCode="204"
android:versionName="1.16" >
<uses-sdk
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 7b90619c..5caab8ae 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -43,7 +43,7 @@
android:singleLine="true"
android:text="by Author"
android:textColor="?headlineSecondaryTextColor"
- android:textSize="14sp" />
+ android:textSize="12sp" />
<TextView
android:id="@+id/comments"
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index f7528412..8ba4e31d 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -38,7 +38,7 @@
android:singleLine="false"
android:text="Sample entry title"
android:textColor="?headlineTextColor"
- android:textSize="16sp" />
+ android:textSize="18sp" />
</LinearLayout>
<LinearLayout
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index b5637374..a0a0e4eb 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -36,7 +36,7 @@
android:singleLine="false"
android:text="Sample entry title"
android:textColor="?attr/headlineSelectedTextColor"
- android:textSize="16sp" />
+ android:textSize="18sp" />
</LinearLayout>
<LinearLayout
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml
index f625690f..d47da540 100644
--- a/res/layout/headlines_row_selected_unread.xml
+++ b/res/layout/headlines_row_selected_unread.xml
@@ -36,7 +36,7 @@
android:singleLine="false"
android:text="Sample entry title"
android:textColor="?headlineSelectedTextColor"
- android:textSize="16sp"
+ android:textSize="18sp"
android:textStyle="bold" />
</LinearLayout>
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 7ef27f5f..1103b2f8 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -33,7 +33,7 @@
android:singleLine="false"
android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor"
- android:textSize="16sp"
+ android:textSize="18sp"
android:textStyle="bold" />
</LinearLayout>