Adds alternative drawable resource

This commit is contained in:
Lokesh Krishna
2018-07-05 21:26:59 +05:30
committed by Fredrik Fornwall
parent aaa92279ca
commit 61a44dbfa8

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="@mipmap/ic_background"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>