Changed app icon from default to Yggdrasil leaf.

This commit is contained in:
Revertron 2022-10-28 13:05:17 +02:00
parent 7e4321b6c5
commit 3764a61369
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"