style: splashscreen background color

This commit is contained in:
antonio 2023-06-04 11:33:44 +02:00
parent ebb9b463ae
commit aa6414f326

View file

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