Changed app icon from default to Yggdrasil leaf. (#21)

This commit is contained in:
Revertron 2022-10-28 13:16:49 +02:00 committed by GitHub
parent 7e4321b6c5
commit 796096b9d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 2 additions and 42 deletions

View file

@ -7,9 +7,9 @@
<application
android:name=".GlobalApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Yggdrasil">
<activity android:name=".SettingsActivity"