mirror of
https://github.com/Joker-x-dev/AndroidProject-Compose.git
synced 2025-12-27 23:57:11 +00:00
完善应用图标及启动页
This commit is contained in:
10
app/src/main/res/values-v31/themes.xml
Executable file
10
app/src/main/res/values-v31/themes.xml
Executable 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>
|
||||
Reference in New Issue
Block a user