summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-22 17:47:06 -0700
committerJohn Reck <jreck@google.com>2012-05-22 17:47:06 -0700
commitaf58d393e3c62a946ffd434e857819521dc01a28 (patch)
treeabab172b58d89f9e15f1f29684b0f711efb3b49d /AndroidManifest.xml
parent57b7b8a301dcfd1686396ce118526c8a7e2d4245 (diff)
downloadandroid_packages_apps_Gello-af58d393e3c62a946ffd434e857819521dc01a28.tar.gz
android_packages_apps_Gello-af58d393e3c62a946ffd434e857819521dc01a28.tar.bz2
android_packages_apps_Gello-af58d393e3c62a946ffd434e857819521dc01a28.zip
Explicitly use adjustResize for AddBookmarkPage
Bug: 6516239 Change-Id: I8171bb529a04951bc3a112fa67fc2570882cef56
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0c2e6b32..18314629 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -185,7 +185,8 @@
<activity android:name="AddBookmarkPage" android:label="Save bookmark"
android:theme="@style/DialogWhenLarge"
- android:configChanges="orientation|keyboardHidden|screenSize">
+ android:configChanges="orientation|keyboardHidden|screenSize"
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.INSERT" />
<category android:name="android.intent.category.DEFAULT" />