k9-mail/app-thunderbird/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

18 lines
516 B
XML
Raw Normal View History

2025-11-22 13:56:56 +01:00
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_icon_background" />
<foreground>
<inset
android:drawable="@drawable/ic_app_logo"
android:inset="22%"
/>
</foreground>
<monochrome>
<inset
android:drawable="@drawable/ic_app_logo_monochrome"
android:inset="22%"
/>
</monochrome>
</adaptive-icon>