diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 12:21:32 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-22 12:21:32 +0400 |
| commit | db782c04353a2462bdf6d3262d2edeb88402d371 (patch) | |
| tree | 62eb2f78ef01f10a89fa10f32cdefe85f6bafb84 /res/layout/headlines_row.xml | |
| parent | 0c5f68c0793f325f18a2880a0794c6ae570db989 (diff) | |
layout/style update (add selection marker arrowheads)
Diffstat (limited to 'res/layout/headlines_row.xml')
| -rw-r--r-- | res/layout/headlines_row.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 8b154777..b338d3a3 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -68,7 +68,7 @@ android:singleLine="true"
android:text="{Feed title...}"
android:textColor="?headlineExcerptTextColor"
- android:textSize="11sp" />
+ android:textSize="10sp" />
<TextView
android:id="@+id/date"
@@ -77,7 +77,7 @@ android:gravity="center_horizontal"
android:text="Jan 01"
android:textColor="#909090"
- android:textSize="11sp" >
+ android:textSize="10sp" >
</TextView>
<LinearLayout
|