From 2e943ee83005d2ed82d0df4594d18e9605e4b84e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 May 2015 18:36:34 -0700 Subject: Tidy up search ripples/layout. + Make search/overflow ripples borderless - Simplify some layouts. The search bar as a whole still doesn't have a ripple, but that's not a change from existing behavior. Change-Id: I40c52d3257cc33002786d3d31fb1e162e5a5e171 --- res/layout/search_edittext.xml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml index 93a3c754f..61406a197 100644 --- a/res/layout/search_edittext.xml +++ b/res/layout/search_edittext.xml @@ -19,7 +19,7 @@ android:paddingStart="@dimen/search_box_left_padding" android:paddingEnd="@dimen/search_box_right_padding" android:gravity="center_vertical" - android:orientation="horizontal" > + android:orientation="horizontal"> - - - - - - + android:layout_marginLeft="@dimen/search_box_collapsed_text_margin_left" + android:textSize="@dimen/search_collapsed_text_size" + android:fontFamily="@string/search_font_family" + android:textColorHint="@color/searchbox_hint_text_color" + android:gravity="center_vertical" + android:hint="@string/dialer_hint_find_contact" /> - -- cgit v1.2.3