From 9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Thu, 4 Dec 2014 12:05:30 -0800 Subject: Expand search bar text to vertically fit on small devices. The text "Search contacts & places" gets cut off because the small size of certain devices causes the text to spill over to a second line. Use "wrap_content" for height instead of "search_box_icon_size" Bug: 18552411 Change-Id: I2263aca687d1d2a431146d057099980970df75f0 --- res/layout/search_edittext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml index d952d2de5..93a3c754f 100644 --- a/res/layout/search_edittext.xml +++ b/res/layout/search_edittext.xml @@ -42,7 +42,7 @@