优化App名称和图标

This commit is contained in:
2026-04-30 14:53:11 +08:00
parent 6b60b66bb8
commit 4e714ee7b6
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/loge"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">DefenseApplication</string>
<string name="app_name">防御器</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>