diff options
author | John Reck <jreck@google.com> | 2012-05-22 17:47:06 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2012-05-22 17:47:06 -0700 |
commit | af58d393e3c62a946ffd434e857819521dc01a28 (patch) | |
tree | abab172b58d89f9e15f1f29684b0f711efb3b49d /AndroidManifest.xml | |
parent | 57b7b8a301dcfd1686396ce118526c8a7e2d4245 (diff) | |
download | packages_apps_browser-af58d393e3c62a946ffd434e857819521dc01a28.zip packages_apps_browser-af58d393e3c62a946ffd434e857819521dc01a28.tar.gz packages_apps_browser-af58d393e3c62a946ffd434e857819521dc01a28.tar.bz2 |
Explicitly use adjustResize for AddBookmarkPage
Bug: 6516239
Change-Id: I8171bb529a04951bc3a112fa67fc2570882cef56
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0c2e6b3..1831462 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" /> |