summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-24 13:41:37 +0400
committerAndrew Dolgov <[email protected]>2014-01-24 13:41:37 +0400
commit8a97531a5a1d2e013db08b7fbef0eb2cd10baaf9 (patch)
tree97dc743ac00a46be77d00d3bdebad4795a533ce7 /res/layout/headlines_row_selected_unread.xml
parente840ebbc96d080b0d0ef278ba74461dbd3b0a5c2 (diff)
tweak typography and layouts a bit
Diffstat (limited to 'res/layout/headlines_row_selected_unread.xml')
-rw-r--r--res/layout/headlines_row_selected_unread.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml
index 0fa6e213..d8ab9ce5 100644
--- a/res/layout/headlines_row_selected_unread.xml
+++ b/res/layout/headlines_row_selected_unread.xml
@@ -34,6 +34,7 @@
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" />
@@ -57,6 +58,7 @@
android:gravity="center_vertical"
android:singleLine="true"
android:text="Example Feed"
+ android:fontFamily="sans-serif-light"
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp" />
@@ -66,6 +68,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right|center_vertical"
+ android:fontFamily="sans-serif-light"
android:text="Jan 01, 12:00"
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp" />
@@ -101,6 +104,8 @@
android:gravity="center_vertical"
android:singleLine="true"
android:text="by Author"
+ android:fontFamily="sans-serif-light"
+ android:textStyle="italic"
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp" />