Fix splash theme

This commit is contained in:
SpiritCroc 2020-07-31 11:42:13 +02:00
parent 65be2c982a
commit e10a530d69
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,7 @@
<activity
android:name=".features.MainActivity"
android:theme="@style/AppTheme.Launcher" />
android:theme="@style/AppTheme.Launcher.SC" />
<!-- Activity alias for the launcher Activity (must be declared after the Activity it targets) -->
<activity-alias

View file

@ -254,4 +254,8 @@
<item name="android:backgroundDimEnabled">false</item>
</style>
<style name="AppTheme.Launcher.SC" parent="Theme.MaterialComponents.NoActionBar">
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>