pref: 暂时切回旧图标

This commit is contained in:
HuanCheng65 2022-12-31 16:09:08 +08:00
parent 0e91950519
commit cf72667290
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher_new"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:roundIcon="@mipmap/ic_launcher_new_round"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"