fix #28 adjustPan

Former-commit-id: 2100e08a49
This commit is contained in:
Roman Volosovskyi 2016-04-25 15:55:42 +03:00
parent 359674e029
commit 5cc01ad2d9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:windowSoftInputMode="stateVisible"
android:windowSoftInputMode="adjustResize"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />