skyline/app/src/main/res/drawable/logo_skyline.xml
2023-01-20 21:08:33 +00:00

6 lines
330 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/logoBackground"/>
<foreground android:drawable="@mipmap/logo_skyline_foreground"/>
<monochrome android:drawable="@drawable/logo_skyline_monochrome" />
</adaptive-icon>