Files
XMBOX/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
T
2025-07-03 06:16:21 +08:00

9 lines
328 B
XML

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