Implement splash screen functionality

Adds a splash screen to improve the app's initial loading experience.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 12:18:48 +00:00
parent 017f5615c1
commit 0e714af410
8 changed files with 41 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
<color name="ic_launcher_background">#F0F4F8</color>
</resources>

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
@@ -18,5 +19,6 @@
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="android:background">@drawable/splash</item>
<item name="android:statusBarColor">@color/ic_launcher_background</item>
</style>
</resources>
</resources>