New design (Visual Identity and Logo) by Lula Rocha

This commit is contained in:
Vitor Pamplona
2023-01-17 18:25:38 -05:00
parent d0b6e96c2f
commit 8f45293be9
28 changed files with 281 additions and 221 deletions
+1 -3
View File
@@ -9,9 +9,8 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@drawable/amethyst_logo"
android:icon="@drawable/amethyst"
android:label="@string/app_name"
android:roundIcon="@drawable/amethyst_logo"
android:enableOnBackInvokedCallback="true"
android:supportsRtl="true"
android:theme="@style/Theme.Amethyst"
@@ -19,7 +18,6 @@
<activity
android:name=".ui.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Amethyst">
<intent-filter>
<action android:name="android.intent.action.MAIN" />