Oops, fixed compilation

This commit is contained in:
Sergii Pylypenko
2014-12-25 17:17:23 +02:00
parent 2a21ba82ad
commit 934f3981a9
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"
android:windowSoftInputMode="stateUnspecified"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />