summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_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_unread.xml
parente840ebbc96d080b0d0ef278ba74461dbd3b0a5c2 (diff)
tweak typography and layouts a bit
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 44f1c218..94df05f3 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -28,6 +28,7 @@
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"
@@ -53,15 +54,17 @@
android:ellipsize="end"
android:gravity="center_vertical"
android:singleLine="true"
- android:text="Example Feed"
+ android:fontFamily="sans-serif-light"
+ android:text="Example Feed"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
<TextView
android:id="@+id/date"
- android:layout_width="wrap_content"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
+ android:fontFamily="sans-serif-light"
android:gravity="right|center_vertical"
android:text="Jan 01, 12:00"
android:textColor="?headlineSecondaryTextColor"
@@ -98,6 +101,8 @@
android:gravity="center_vertical"
android:singleLine="true"
android:text="by Author"
+ android:fontFamily="sans-serif-light"
+ android:textStyle="italic"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />