add splash screen

This commit is contained in:
shaulascr
2025-08-22 19:34:11 +07:00
parent 29fb55e3c0
commit 45fddf6116
6 changed files with 22 additions and 16 deletions

View File

@ -330,4 +330,10 @@
<item name="cornerSize">5dp</item>
</style>
</resources>
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/blue_50</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/outline_shopping_cart_24</item>
<item name="postSplashScreenTheme">@style/Theme.Ecommerce_serang</item>
</style>
</resources>