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/feeds_row.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/feeds_row.xml') diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index b5fc8ce7..46f809a8 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -18,7 +18,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_gravity="center_vertical" - android:paddingLeft="6dip" + android:paddingLeft="6dip" + android:textColor="?feedlistTextColor" android:text="{FEED}" android:layout_width="0dp" android:textSize="18dip"/>