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

@@ -4,9 +4,9 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_icon"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Default">