summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 14:01:59 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 14:01:59 +0400
commitcd2df32b453497a7acb1e3662c8df8a5f9411793 (patch)
treeca4a3e432be572410288ff0aaf418907070f1fc5 /res/layout/article_fragment.xml
parent651029505689544bf9d7f49b8933a9cb9a0e272f (diff)
various layout readability updates
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 4849b5a8..b23ed643 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -40,11 +40,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.7"
+ android:textColor="?headlineExcerptTextColor"
android:ellipsize="end"
android:singleLine="true"
android:text="{TAGS}"
android:textSize="13sp" />
-
+
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@@ -52,8 +53,11 @@
android:layout_weight="0.2"
android:gravity="right"
android:text="{DATE}"
+ android:textColor="?headlineExcerptTextColor"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textSize="13sp" />
+ android:textSize="13sp"
+ android:textStyle="italic" />
+
</LinearLayout>
<ImageView