mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-12-13 21:11:04 +08:00
Modify merge legacy launcher icon to adaptive launcher icon in demo-app and demo-module
This commit is contained in:
4
demo-app/src/main/res/values/ic_launcher_background.xml
Normal file
4
demo-app/src/main/res/values/ic_launcher_background.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#F4B278</color>
|
||||
</resources>
|
||||
@@ -14,5 +14,6 @@
|
||||
<item name="android:navigationBarColor">@android:color/background_light</item>
|
||||
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@mipmap/ic_launcher</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user