diff options
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 fdf0327..3be62c7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -53,7 +53,8 @@ android:launchMode="singleTask" android:alwaysRetainTaskState="true" android:configChanges="orientation|keyboardHidden" - android:theme="@style/BrowserTheme" > + android:theme="@style/BrowserTheme" + android:windowSoftInputMode="adjustResize" > <!-- For these schemes were not particular MIME type has been supplied, we are a good candidate. --> <intent-filter> |