设置应用图标方案

This commit is contained in:
ZhanGSKen
2025-06-08 21:10:47 +08:00
parent bea22e3853
commit 0b5402f5f3
6 changed files with 32 additions and 6 deletions

View File

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