From a6dee4555f99264ff3727625db0e8f239ddde340 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 10 Mar 2014 08:43:19 -0700 Subject: Correcting issue where text entered by user in searchbox is gray. Only the hint text should be gray. Bug: 13387408 Change-Id: I88bb3bc156e786ca6ccf19a9faae7d5abb3936f1 --- res/layout/dialtacts_activity.xml | 1 + res/values/colors.xml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml index 6eea63350..0f805647f 100644 --- a/res/layout/dialtacts_activity.xml +++ b/res/layout/dialtacts_activity.xml @@ -64,6 +64,7 @@ android:textSize="@dimen/search_text_size" android:fontFamily="@string/search_font_family" android:textColor="@color/searchbox_text_color" + android:textColorHint="@color/searchbox_hint_text_color" android:inputType="textFilter"/> #ffffff - - #d3d3d3 + + #000000 + + #d3d3d3 #ffffff -- cgit v1.2.3