Clean up splash screen code

This commit is contained in:
arkon
2020-01-08 22:38:19 -05:00
parent 141b7ac554
commit 07caea8b4e
9 changed files with 10 additions and 31 deletions

View File

@@ -27,7 +27,7 @@
<activity
android:name=".ui.main.MainActivity"
android:launchMode="singleTask"
android:theme="@style/SplashScreenBackground">
android:theme="@style/Theme.Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />