Wholphin/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml
2025-10-12 17:41:54 -04:00

9 lines
340 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_banner_background"/>
<foreground>
<inset
android:inset="18%"
android:drawable="@mipmap/ic_banner_foreground"/>
</foreground>
</adaptive-icon>