summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-12 18:52:25 +0400
committerAndrew Dolgov <[email protected]>2013-05-12 18:52:25 +0400
commitd1563821fa8f2648a7ed6323c733868e020dc67d (patch)
tree6de350a387128463f9a36210a88ebd0fc770960b /res/layout/headlines_row_unread.xml
parent7d1cca8bd5af1bac616d7650ba94e409e352c92d (diff)
increase headline font sizes
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index f7eea275..df794891 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -32,7 +32,7 @@
android:singleLine="false"
android:text="{Title...}"
android:textColor="?headlineUnreadTextColor"
- android:textSize="16sp"
+ android:textSize="18sp"
android:textStyle="bold" />
</LinearLayout>
@@ -57,7 +57,7 @@
android:singleLine="true"
android:text="{Feed title...}"
android:textColor="?headlineSecondaryTextColor"
- android:textSize="12sp"
+ android:textSize="13sp"
android:textStyle="italic" />
<TextView
@@ -69,7 +69,7 @@
android:paddingRight="12dp"
android:text="Jan 01"
android:textColor="?headlineSecondaryTextColor"
- android:textSize="12sp"
+ android:textSize="13sp"
android:textStyle="italic" />
</LinearLayout>
@@ -83,7 +83,7 @@
android:paddingTop="6dp"
android:text="{Content excerpt...}"
android:textColor="?headlineExcerptTextColor"
- android:textSize="13sp" />
+ android:textSize="16sp" />
<LinearLayout
android:layout_width="match_parent"
@@ -103,7 +103,7 @@
android:singleLine="true"
android:text="{Author}"
android:textColor="?headlineSecondaryTextColor"
- android:textSize="12sp" />
+ android:textSize="13sp" />
<ImageView
android:id="@+id/marked"