From 8a97531a5a1d2e013db08b7fbef0eb2cd10baaf9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Jan 2014 13:41:37 +0400 Subject: tweak typography and layouts a bit --- res/layout/article_fragment.xml | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) (limited to 'res/layout/article_fragment.xml') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 70016361..65ff34f9 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,7 +1,7 @@ @@ -28,46 +28,28 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" + android:paddingTop="4dp" + android:fontFamily="sans-serif-condensed" android:paddingBottom="4dp" - android:text="My simple headline" + android:text="My simple headline" android:textColor="?linkColor" android:textSize="18sp" /> - - - - @@ -87,10 +70,12 @@ android:layout_height="wrap_content" android:layout_weight="0.5" android:gravity="right" + android:fontFamily="sans-serif-light" android:text="Jan 01, 12:00" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?headlineSecondaryTextColor" android:textSize="12sp" /> + -- cgit v1.2.3-54-g00ecf