summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-07-19 16:01:32 -0700
committerPeter Schiller <peterschiller@google.com>2016-07-19 17:30:44 -0700
commit637e40ad6f7f8bbc5e6925f89eac7ae183366b16 (patch)
treee9f9363bda8f68c11deb044ecbecfe6f8bb59df7 /res
parentbbff2926f8dd61b99f62d56390815ca84cece51e (diff)
downloadandroid_packages_apps_Trebuchet-637e40ad6f7f8bbc5e6925f89eac7ae183366b16.tar.gz
android_packages_apps_Trebuchet-637e40ad6f7f8bbc5e6925f89eac7ae183366b16.tar.bz2
android_packages_apps_Trebuchet-637e40ad6f7f8bbc5e6925f89eac7ae183366b16.zip
Centered typing in search field
Change-Id: Iae46722195d0d06ff88da52df4fa48ca7b157512
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"