From 049777d2007b09cd3414ea56ab259ddf7bfb5d01 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sat, 19 May 2012 16:59:39 +0100 Subject: Replace hardwired color with named-resource equivalent Instead of using the Holo blue color directly, inherit it from the system Change-Id: Ibd157568f32feed7567fda57c6a3bf03cf4c3ad2 --- res/layout/user_folder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml index cd63b1954..80de2a582 100644 --- a/res/layout/user_folder.xml +++ b/res/layout/user_folder.xml @@ -47,7 +47,7 @@ android:background="#00000000" android:hint="@string/folder_hint_text" android:textSize="14sp" - android:textColor="#ff33b5e5" + android:textColor="@android:color/holo_blue_light" android:textColorHighlight="#ff333333" android:gravity="center_horizontal" android:singleLine="true" -- cgit v1.2.3