Added Adaptive launcher Icon

This commit is contained in:
Adrian Campos 2017-09-21 21:22:52 -03:00 committed by Mauricio Colli
parent 6e11ca1ac4
commit ced75a9b60
7 changed files with 9 additions and 0 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>