diff options
author | John Reck <jreck@google.com> | 2012-05-22 17:53:10 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-05-22 17:53:10 -0700 |
commit | c4390e233e2d83cc09c054bfd1b381c479b887ff (patch) | |
tree | f70275ededff1d554f717efc695baa9182bdb91d | |
parent | 45533a345d5218f131fb5fae95efa4a1e524a0d2 (diff) | |
parent | af58d393e3c62a946ffd434e857819521dc01a28 (diff) | |
download | packages_apps_Browser-c4390e233e2d83cc09c054bfd1b381c479b887ff.zip packages_apps_Browser-c4390e233e2d83cc09c054bfd1b381c479b887ff.tar.gz packages_apps_Browser-c4390e233e2d83cc09c054bfd1b381c479b887ff.tar.bz2 |
am af58d393: Explicitly use adjustResize for AddBookmarkPage
* commit 'af58d393e3c62a946ffd434e857819521dc01a28':
Explicitly use adjustResize for AddBookmarkPage
-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" /> |