CAKE-287 | created ic_launcher.png and ic_launcher.xml
OleksandrSobol committed
Apr 30, 2021 at 20:00 UTC
e9ff3dd2e9ac62fbbc4520a0d7740cb9abdfdd92
2 files changed
+5
android/app/src/main/res/drawable/ic_launcher.png
Binary files /dev/null and b/android/app/src/main/res/drawable/ic_launcher.png differ
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new
+5
@@ -0,0 +1,5 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <background android:drawable="@android:color/white" />
4
+ <foreground android:drawable="@drawable/ic_launcher" />
5
+</adaptive-icon>
\ No newline at end of file