summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-16 15:01:41 +0400
committerAndrew Dolgov <[email protected]>2013-10-16 15:01:41 +0400
commitcc0bd900b663987ed29d1da8ab2ad957d8b84b35 (patch)
tree6da05c77b9bc85ba106560f4a6ec9433647be11f /res/layout
parent780629fff539128065970011931b141b1eb723ed (diff)
font size tweaks, bump version
Diffstat (limited to 'res/layout')
-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
5 files changed, 5 insertions, 5 deletions
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>