summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-12 18:01:00 +0400
committerAndrew Dolgov <[email protected]>2013-05-12 18:11:29 +0400
commitc84a1100b01fda8d30aa80adb3f267aff306d535 (patch)
treeee76ce11ed4784fda360072b3d3d6136e5fa3cb8 /res/layout-sw600dp/article_fragment.xml
parent66d78b6602d2c5199a743012abfcdddfe0091c11 (diff)
improve readability of sw600dp headline rows
Diffstat (limited to 'res/layout-sw600dp/article_fragment.xml')
-rw-r--r--res/layout-sw600dp/article_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw600dp/article_fragment.xml b/res/layout-sw600dp/article_fragment.xml
index 7cde45f4..3b48bed1 100644
--- a/res/layout-sw600dp/article_fragment.xml
+++ b/res/layout-sw600dp/article_fragment.xml
@@ -56,8 +56,7 @@
android:singleLine="true"
android:text="{Author}"
android:textColor="?headlineExcerptTextColor"
- android:textSize="13sp"
- android:textStyle="italic" />
+ android:textSize="13sp" />
</LinearLayout>
<LinearLayout
@@ -71,6 +70,7 @@
android:layout_height="wrap_content"
android:layout_weight="0.7"
android:ellipsize="end"
+ android:textStyle="italic"
android:singleLine="true"
android:text="{TAGS}"
android:textColor="?headlineExcerptTextColor"