Update launcher icon

This commit is contained in:
Koitharu
2020-08-28 21:12:27 +03:00
parent 3eb68e1ff9
commit 229d9fa2ae
44 changed files with 14 additions and 68 deletions

View File

@@ -7,7 +7,7 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher_foreground"
android:src="@mipmap/ic_launcher_foreground"
android:layout_alignParentStart="true"
android:layout_centerVertical="true" />