|
@@ -30,6 +30,7 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".MainActivity"
|
|
android:name=".MainActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
|
|
|
android:launchMode="singleTask"
|
|
android:launchMode="singleTask"
|
|
|
android:windowSoftInputMode="adjustResize"
|
|
android:windowSoftInputMode="adjustResize"
|