Files
AndroidProject-Compose/app/src/main/res/values-v31/themes.xml

10 lines
408 B
XML
Raw Normal View History

2025-12-01 20:46:03 +08:00
<?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>