Update splash icon for pre-31 APIs

This commit is contained in:
Kirill Kamakin
2022-11-04 19:40:31 +01:00
parent 40804efd70
commit 30e6263ce1
6 changed files with 74 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
<resources>
<style name="Base.Theme.App.Starting" parent="Theme.SplashScreen">
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="postSplashScreenTheme">@style/AppTheme</item>
<item name="windowSplashScreenBackground">@android:color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash_screen</item>
</style>
<style name="Theme.App.Starting" parent="Base.Theme.App.Starting" />
<style name="AppTheme" parent="Theme.Material3.Light.NoActionBar">
<item name="colorPrimary">@color/md_theme_light_primary</item>
<item name="colorOnPrimary">@color/md_theme_light_onPrimary</item>