分开应用图标和调试图标

This commit is contained in:
ZhanGSKen
2025-05-07 14:43:20 +08:00
parent 5ee9da1982
commit 9e8263ae8f
22 changed files with 49 additions and 55 deletions

View File

@@ -14,8 +14,8 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher"
android:icon="@drawable/ic_launcher_stage"
android:roundIcon="@drawable/ic_launcher_stage"
android:label="@string/app_name"
android:theme="@style/MyAppTheme"
android:resizeableActivity="true"