summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 12:21:32 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 12:21:32 +0400
commitdb782c04353a2462bdf6d3262d2edeb88402d371 (patch)
tree62eb2f78ef01f10a89fa10f32cdefe85f6bafb84 /res/layout/headlines_row_unread.xml
parent0c5f68c0793f325f18a2880a0794c6ae570db989 (diff)
layout/style update (add selection marker arrowheads)
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index b85b6699..36cb4706 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -67,7 +67,7 @@
android:singleLine="true"
android:text="{Feed title...}"
android:textColor="?headlineExcerptTextColor"
- android:textSize="11sp" />
+ android:textSize="10sp" />
<TextView
android:id="@+id/date"
@@ -76,7 +76,7 @@
android:gravity="center_horizontal"
android:text="Jan 01"
android:textColor="#909090"
- android:textSize="11sp" >
+ android:textSize="10sp" >
</TextView>
<LinearLayout