summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-05 01:53:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-05 01:53:08 +0000
commit40e3c80da4f56adf6c8ab751337c469b31c6ec9f (patch)
treef068888244c92bfa20a69c2710f2ed4407be00c8 /res
parenta8f92597d7eb0a10967fea05811469316c27e33c (diff)
parent9a4c112b8b8cb1de67e93e7c53edad9dc5cae77d (diff)
downloadandroid_packages_apps_Dialer-40e3c80da4f56adf6c8ab751337c469b31c6ec9f.tar.gz
android_packages_apps_Dialer-40e3c80da4f56adf6c8ab751337c469b31c6ec9f.tar.bz2
android_packages_apps_Dialer-40e3c80da4f56adf6c8ab751337c469b31c6ec9f.zip
Merge "Expand search bar text to vertically fit on small devices." into lmp-mr1-dev
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"