summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-07-20 00:31:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-20 00:31:23 +0000
commit5b3ace8e56988eb493a3423f9e25b29909fa50bf (patch)
tree03c2e42de5952668507df4c1bb6b8836640ce623 /res
parent8f58e61d02fcb0ca90a2803e76a8792ec2c1f99a (diff)
parent637e40ad6f7f8bbc5e6925f89eac7ae183366b16 (diff)
downloadandroid_packages_apps_Trebuchet-5b3ace8e56988eb493a3423f9e25b29909fa50bf.tar.gz
android_packages_apps_Trebuchet-5b3ace8e56988eb493a3423f9e25b29909fa50bf.tar.bz2
android_packages_apps_Trebuchet-5b3ace8e56988eb493a3423f9e25b29909fa50bf.zip
Merge "Centered typing in search field" into ub-launcher3-calgary
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index ad1fa8280..12a4029a9 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -87,7 +87,7 @@
android:layout_height="match_parent"
android:background="@android:color/transparent"
android:focusableInTouchMode="true"
- android:gravity="start|center_vertical"
+ android:gravity="center"
android:imeOptions="actionSearch|flagNoExtractUi"
android:inputType="text|textNoSuggestions|textCapWords"
android:maxLines="1"