mirror of
https://github.com/Joker-x-dev/AndroidProject-Compose.git
synced 2025-12-27 15:47:11 +00:00
10 lines
408 B
XML
Executable File
10 lines
408 B
XML
Executable File
<?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> |