am 9f1a55b2: am 3b2b810a: Merge change Ife7f3f54 into eclair-mr2
Merge commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8'
* commit '9f1a55b21d05acc91d25fb0ff77089491af68dd8':
Explicitly requesting that the IME resize the WebView.
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>