feat: Added purefin logo

This commit is contained in:
2026-02-17 21:07:08 +01:00
parent 5b285ed677
commit 19273d2cb9
20 changed files with 86 additions and 2 deletions

View File

@@ -11,9 +11,9 @@
android:screenOrientation="portrait"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/purefin_logo"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/purefin_logo_round"
android:supportsRtl="true"
android:theme="@style/Theme.Purefin">
<activity