feat(splash): add splash theme with opaque windowBackground

This commit is contained in:
xfy 2026-06-16 12:02:45 +08:00
parent 0edcc005bc
commit 423e68ec19
2 changed files with 8 additions and 0 deletions

View File

@ -6,4 +6,8 @@
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="postSplashScreenTheme">@style/Theme.YaYa</item>
</style>
<style name="Theme.YaYa.Splash" parent="@android:style/Theme.Material.NoActionBar">
<item name="android:windowBackground">@color/splash_background</item>
</style>
</resources>

View File

@ -12,4 +12,8 @@
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="postSplashScreenTheme">@style/Theme.YaYa</item>
</style>
<style name="Theme.YaYa.Splash" parent="@android:style/Theme.Material.Light.NoActionBar">
<item name="android:windowBackground">@color/splash_background</item>
</style>
</resources>