Fix Android compilation issues and icon

This commit is contained in:
Lei Nelissen
2020-07-26 11:31:56 +02:00
parent 90a61f258d
commit 4d3f6f30d1
22 changed files with 55 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>