skyline/app/src/main/res/drawable/logo_skyline.xml

6 lines
330 B
XML
Raw Normal View History

2021-10-11 17:29:03 +02:00
<?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"/>
2023-01-10 23:23:28 +01:00
<monochrome android:drawable="@drawable/logo_skyline_monochrome" />
2021-10-11 17:29:03 +02:00
</adaptive-icon>