アイコン変更

This commit is contained in:
ろむねこ 2024-01-29 12:07:51 +09:00
parent d4947e1ca8
commit bfce8039ae
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -17,10 +17,10 @@
android:allowBackup="true" android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher_temp_round" android:icon="@mipmap/ic_launcher_final"
android:name=".LacertaApplication" android:name=".LacertaApplication"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_final_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Lacerta" android:theme="@style/Theme.Lacerta"
tools:targetApi="31"> tools:targetApi="31">