summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorhush <hush@chromium.org>2015-10-09 10:44:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 17:45:23 +0000
commit71eeb3e1690d758a5d7515d188afeefc6b61b01d (patch)
tree553f77e2c6fb66b5d41c2714342a2548af334ad0 /android_webview
parent786b459e828e3d593d92ccd8f1b53dee26cbe052 (diff)
downloadchromium_src-71eeb3e1690d758a5d7515d188afeefc6b61b01d.zip
chromium_src-71eeb3e1690d758a5d7515d188afeefc6b61b01d.tar.gz
chromium_src-71eeb3e1690d758a5d7515d188afeefc6b61b01d.tar.bz2
Make WebViewShell autoresize when input method window shows
This helps the users to see what they are typing and make WebViewShell a proper test apk for contenteditable. BUG=539973 Review URL: https://codereview.chromium.org/1394493003 Cr-Commit-Position: refs/heads/master@{#353324}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/WebViewShell/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/tools/WebViewShell/AndroidManifest.xml b/android_webview/tools/WebViewShell/AndroidManifest.xml
index deec550..4cd164b 100644
--- a/android_webview/tools/WebViewShell/AndroidManifest.xml
+++ b/android_webview/tools/WebViewShell/AndroidManifest.xml
@@ -53,7 +53,8 @@
<activity
android:name="org.chromium.webview_shell.WebViewBrowserActivity"
android:label="@string/title_activity_browser"
- android:exported="true">
+ android:exported="true"
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />