summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.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.xml
parente840ebbc96d080b0d0ef278ba74461dbd3b0a5c2 (diff)
tweak typography and layouts a bit
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
-rw-r--r--res/layout/headlines_row_selected.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 849e2b6f..2f6e9cba 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -31,6 +31,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"
@@ -55,6 +56,7 @@
android:ellipsize="end"
android:gravity="center_vertical"
android:singleLine="true"
+ android:fontFamily="sans-serif-light"
android:text="Example Feed"
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp" />
@@ -66,6 +68,7 @@
android:layout_weight="1"
android:gravity="right|center_vertical"
android:text="Jan 01, 12:00"
+ android:fontFamily="sans-serif-light"
android:textColor="?headlineSelectedSecondaryTextColor"
android:textSize="12sp" />
</LinearLayout>
@@ -100,6 +103,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" />