From 637e40ad6f7f8bbc5e6925f89eac7ae183366b16 Mon Sep 17 00:00:00 2001 From: Peter Schiller Date: Tue, 19 Jul 2016 16:01:32 -0700 Subject: Centered typing in search field Change-Id: Iae46722195d0d06ff88da52df4fa48ca7b157512 --- res/layout/all_apps.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/all_apps.xml') 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" -- cgit v1.2.3