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

6 lines
337 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
2020-03-04 08:14:21 -05:00
<background android:drawable="@color/core_ultramarine_icon"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
2022-08-29 10:53:58 -04:00
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>