summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-05 01:59:14 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-05 01:59:14 +0000
commitf85e7df34cddec548f61a387841b9d051e2c099f (patch)
treef068888244c92bfa20a69c2710f2ed4407be00c8 /res
parent90fd6fd795e08ce32922489b590a821065ca7855 (diff)
parent40e3c80da4f56adf6c8ab751337c469b31c6ec9f (diff)
am 40e3c80d: Merge "Expand search bar text to vertically fit on small devices." into lmp-mr1-dev
* commit '40e3c80da4f56adf6c8ab751337c469b31c6ec9f': Expand search bar text to vertically fit on small devices.
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"