CB-4404 Revert setting android:windowSoftInputMode to "adjustPan"
"adjustResize" is what the value has been set to for the longest time (due to it being in the wrong place in the manifest). "adjustResize" is a better default value anyways. Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/0f156081 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/0f156081 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/0f156081 Branch: refs/heads/4.0.x Commit: 0f156081750589864e68bfb4f93ed71557e5cb43 Parents: 705991e Author: Andrew Grieve <[email protected]> Authored: Mon Jul 7 13:07:51 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Mon Jul 7 13:07:51 2014 -0400 ---------------------------------------------------------------------- bin/templates/project/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/0f156081/bin/templates/project/AndroidManifest.xml ---------------------------------------------------------------------- diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml index 5336be3..cea9dc3 100644 --- a/bin/templates/project/AndroidManifest.xml +++ b/bin/templates/project/AndroidManifest.xml @@ -36,7 +36,7 @@ android:label="@string/activity_name" android:launchMode="singleTop" android:theme="@android:style/Theme.Black.NoTitleBar" - android:windowSoftInputMode="adjustPan" + android:windowSoftInputMode="adjustResize" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"> <intent-filter android:label="@string/launcher_name"> <action android:name="android.intent.action.MAIN" />
