WIP: Add proper splash image

This commit is contained in:
2026-08-30 14:14:53 +09:00
parent fe36648848
commit 716f726dc0
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

+1 -1
View File
@@ -3,7 +3,7 @@
<style name="Theme.GajuMobile" parent="android:Theme.Material.NoActionBar" />
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_icon_colored</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_colored_splash</item>
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="postSplashScreenTheme">@style/Theme.GajuMobile</item>
</style>
+1 -1
View File
@@ -4,7 +4,7 @@
<style name="Theme.GajuMobile" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_icon_colored</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_colored_splash</item>
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="postSplashScreenTheme">@style/Theme.GajuMobile</item>
</style>