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.
This commit is contained in:
Andrew Grieve 2014-07-07 13:07:51 -04:00
parent 705991e5b0
commit 0f15608175

View File

@ -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" />