summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-05-21 12:06:23 -0700
committerWalter Jang <wjang@google.com>2015-05-21 15:18:07 -0700
commit3bb7a0f2a8ec3aed48ba740810997b3f8ad1a260 (patch)
treef6cf1be46b4a58d140a3a70d1f06141b16d7c14c /AndroidManifest.xml
parent356e93de45c8f1a1a3ade02bf303767aaacafc0b (diff)
downloadpackages_apps_Contacts-3bb7a0f2a8ec3aed48ba740810997b3f8ad1a260.tar.gz
packages_apps_Contacts-3bb7a0f2a8ec3aed48ba740810997b3f8ad1a260.tar.bz2
packages_apps_Contacts-3bb7a0f2a8ec3aed48ba740810997b3f8ad1a260.zip
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
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">
<intent-filter android:label="@string/editContactDescription">
<action android:name="android.intent.action.EDIT" />