|
|
@@ -16,10 +16,11 @@ |
|
|
|
|
|
|
|
<activity |
|
|
|
android:name=".MainActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" |
|
|
|
android:windowSoftInputMode="adjustResize"> |
|
|
|
android:windowSoftInputMode="adjustResize" |
|
|
|
android:largeHeap="true"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
|
|
|