diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-10-16 15:01:41 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-10-16 15:01:41 +0400 |
| commit | cc0bd900b663987ed29d1da8ab2ad957d8b84b35 (patch) | |
| tree | 6da05c77b9bc85ba106560f4a6ec9433647be11f /res/layout/headlines_row_unread.xml | |
| parent | 780629fff539128065970011931b141b1eb723ed (diff) | |
font size tweaks, bump version
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
| -rw-r--r-- | res/layout/headlines_row_unread.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 7ef27f5f..1103b2f8 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -33,7 +33,7 @@ android:singleLine="false"
android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor"
- android:textSize="16sp"
+ android:textSize="18sp"
android:textStyle="bold" />
</LinearLayout>
|