summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-08 19:13:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-08 19:13:07 +0000
commit13359c01662a5f08518455e4cadbb248d0150091 (patch)
tree7678a22be53c468d4e6eb188bbb7e93a55e8a716 /res
parent6f47b05bfc93f65e07379788c7a8db9109f5ea5e (diff)
parentf85e7df34cddec548f61a387841b9d051e2c099f (diff)
am f85e7df3: am 40e3c80d: Merge "Expand search bar text to vertically fit on small devices." into lmp-mr1-dev
* commit 'f85e7df34cddec548f61a387841b9d051e2c099f': 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"