SubwayTooter-Android-App/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

10 lines
402 B
XML
Raw Normal View History

2017-12-23 02:57:45 +01:00
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android"
>
2017-12-23 12:09:25 +01:00
<background android:drawable="@mipmap/ic_launcher_background"/>
2017-12-23 02:57:45 +01:00
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<!--suppress AndroidElementNotAllowed -->
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>