Explicitly use adjustResize for AddBookmarkPage
Bug: 6516239
Change-Id: I8171bb529a04951bc3a112fa67fc2570882cef56
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" />