Add launcher icon

This commit is contained in:
Grishka
2022-02-23 02:39:45 +03:00
parent 4e59930d15
commit a5cd675c17
24 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:largeHeap="true">