完善应用图标及启动页

This commit is contained in:
Joker.X
2025-12-01 20:46:03 +08:00
parent cfaf15c1dc
commit c46b9ead5b
20 changed files with 67 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.CoolMusic" parent="android:Theme.Material.Light.NoActionBar">
<!--启动页背景颜色-->
<item name="android:windowSplashScreenBackground">@color/white</item>
<!--启动页图标-->
<item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
</style>
</resources>