From 16fda5c5ae839c51debb882f4d3c24d276393f3b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Jun 2012 17:40:29 +0400 Subject: remove hardcoded gray from headline rows layout properly deselect active article in headlines when closing article panel --- res/layout/headlines_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/headlines_row.xml') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index b338d3a3..b028eeb0 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -76,7 +76,7 @@ android:layout_height="wrap_content" android:gravity="center_horizontal" android:text="Jan 01" - android:textColor="#909090" + android:textColor="?headlineExcerptTextColor" android:textSize="10sp" > -- cgit v1.2.3-54-g00ecf