feat: implemented custom splashscreen

This commit is contained in:
antonio 2023-05-06 16:43:21 +02:00
parent 684fd00ed2
commit 0101e0685b
6 changed files with 87 additions and 1 deletions

View file

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.SplashScreen" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#f24b6a</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ui_splash_screen</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
<item name="windowSplashScreenAnimationDuration">100</item>
</style>
<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>