add icon as svg
All checks were successful
continuous-integration/drone/push Build is passing

* recreate all launcher icons
This commit is contained in:
2020-08-23 14:06:28 +02:00
parent a42a92a3c5
commit 849698779b
24 changed files with 61 additions and 15 deletions

View File

@ -1,5 +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"/>
<background android:drawable="@color/ic_laogai_icon_background"/>
<foreground android:drawable="@mipmap/ic_laogai_icon_foreground"/>
</adaptive-icon>