summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-04 12:05:30 -0800
committerNancy Chen <nancychen@google.com>2014-12-04 12:05:30 -0800
commit9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d (patch)
tree46bc1fcface15b9cbbfd6e0ef94b6d79d3c5a737 /res
parent5dee1ce62f9349102d426e7b8285682e22a37152 (diff)
downloadandroid_packages_apps_Dialer-9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d.tar.gz
android_packages_apps_Dialer-9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d.tar.bz2
android_packages_apps_Dialer-9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d.zip
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
Diffstat (limited to 'res')
-rw-r--r--res/layout/search_edittext.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<TextView
android:layout_width="wrap_content"
- android:layout_height="@dimen/search_box_icon_size"
+ android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/search_box_collapsed_text_margin_left"
android:textSize="@dimen/search_collapsed_text_size"
android:fontFamily="@string/search_font_family"