|
|
@@ -8,12 +8,11 @@
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
- android:supportsRtl="true"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
+ android:supportsRtl="true">
|
|
|
<activity
|
|
|
android:name=".LauncherActivity"
|
|
|
- android:noHistory="true"
|
|
|
- android:screenOrientation="portrait">
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|