Fix theme after migration to Nordic Theme

This commit is contained in:
Sylwester Zieliński
2021-12-07 12:25:31 +01:00
parent fb237c11c1
commit 1f5dcfb3dd
7 changed files with 4 additions and 68 deletions

View File

@@ -9,12 +9,12 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Test">
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Test.NoActionBar">
android:theme="@style/AppTheme.SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />