update bank name and fix

This commit is contained in:
shaulascr
2025-08-22 23:19:59 +07:00
parent 45fddf6116
commit 16a0a33f11
21 changed files with 322 additions and 296 deletions

View File

@ -1,4 +1,4 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Ecommerce_serang" parent="Theme.Material3.Light.NoActionBar">
<!-- Primary Color Customization -->
@ -330,10 +330,12 @@
<item name="cornerSize">5dp</item>
</style>
<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="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/logo_bisa_umkm</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="android:windowSplashScreenBehavior" tools:targetApi="33">icon_preferred</item>
<item name="postSplashScreenTheme">@style/Theme.Ecommerce_serang</item>
</style>
</resources>