adding the app icon in all colors
This commit is contained in:
parent
a3e89719b1
commit
b48f18eaf8
136 changed files with 361 additions and 43 deletions
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_green.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_green.xml
Normal 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/md_green_700"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue