更新应用图标,优化状态栏UI。

This commit is contained in:
ZhanGSKen
2025-05-06 20:36:51 +08:00
parent 9a3383a43b
commit be85ef923e
6 changed files with 10 additions and 10 deletions

View File

@@ -14,8 +14,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"