设置应用图标为钉钉默认机器人图标

This commit is contained in:
ZhanGSKen
2025-05-22 01:50:39 +08:00
parent a4b7c59919
commit e7b5cfd9b8
8 changed files with 37 additions and 9 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_stage"
android:roundIcon="@drawable/ic_launcher_stage"
android:label="@string/app_name"
android:theme="@style/MyAppTheme"
android:resizeableActivity="true"