Modify merge legacy launcher icon to adaptive launcher icon in demo-app and demo-module

This commit is contained in:
2022-10-03 23:28:30 +08:00
parent cd36984ae7
commit a85128dee6
71 changed files with 53 additions and 413 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#F4B278</color>
</resources>

View File

@@ -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>