Fix showing keyboard in tablets

This commit is contained in:
serso
2016-02-22 15:45:22 +01:00
parent 9af30b08ce
commit 71c4f66300
4 changed files with 11 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
android:clearTaskOnLaunch="true"
android:label="@string/c_app_name"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustPan">
android:windowSoftInputMode="stateHidden|adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />