summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.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.xml
parente840ebbc96d080b0d0ef278ba74461dbd3b0a5c2 (diff)
tweak typography and layouts a bit
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 6df28379..92998b3e 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -36,6 +36,7 @@
android:gravity="center_vertical"
android:singleLine="false"
android:text="Sample entry title"
+ android:fontFamily="sans-serif-condensed"
android:textColor="?headlineTextColor"
android:textSize="18sp" />
</LinearLayout>
@@ -58,6 +59,7 @@
android:gravity="center_vertical"
android:singleLine="true"
android:text="Example Feed"
+ android:fontFamily="sans-serif-light"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
@@ -68,6 +70,7 @@
android:layout_weight="1"
android:gravity="right|center_vertical"
android:text="Jan 01, 12:00"
+ android:fontFamily="sans-serif-light"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
</LinearLayout>
@@ -102,6 +105,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" />