From 5e2075ee87d65afe013c567207cf3beb96e14441 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 17 Jan 2012 14:16:59 +0300 Subject: update resources for ICS (externalize several more text color classes) --- res/layout/headlines_row.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/headlines_row.xml') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 9b5832c9..cdd04d2c 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -44,6 +44,7 @@ android:ellipsize="end" android:singleLine="true" android:text="{Title...}" + android:textColor="?headlineTextColor" android:textSize="16sp" > @@ -52,7 +53,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:text="{Content excerpt...}" - android:textColor="#909090" + android:textColor="?headlineExcerptTextColor" android:textSize="13sp" > -- cgit v1.2.3-54-g00ecf