|
|
|
@ -10,9 +10,9 @@
|
|
|
|
|
android:label="@string/app_name" |
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round" |
|
|
|
|
android:supportsRtl="true" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"> |
|
|
|
|
<activity android:name=".MainActivity"> |
|
|
|
|
<activity android:name=".MainActivity" |
|
|
|
|
android:screenOrientation="portrait"> |
|
|
|
|
<!-- Launcher --> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|