From 3bb7a0f2a8ec3aed48ba740810997b3f8ad1a260 Mon Sep 17 00:00:00 2001 From: Walter Jang Date: Thu, 21 May 2015 12:06:23 -0700 Subject: 1/2 Allow the keyboard to resize the compact editor layout So we're reverting the fix submitted in ag/680795 and preventing the landscape layout from getting messed up by basing the photo resizing off of the display dimensions. The reason is that adjustResize provides a better UX and is necessary to fix the bugs related to showing and hiding the type downdowns propertly. Bug 20526470 Change-Id: Ia6755336cb8d1fa78142b754e5d40a45b4c50d44 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 536d543bf..d7ee9c87e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -341,7 +341,7 @@ android:name=".activities.CompactContactEditorActivity" android:label="@string/launcherActivityLabel" android:theme="@style/EditorActivityTheme" - android:windowSoftInputMode="stateHidden|adjustPan"> + android:windowSoftInputMode="stateHidden|adjustResize"> -- cgit v1.2.3