2026-05-31 19:13:12 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
2026-06-27 15:52:11 +09:00
|
|
|
<background>
|
|
|
|
|
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
|
|
|
|
|
</background>
|
|
|
|
|
<foreground>
|
|
|
|
|
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
|
|
|
|
|
</foreground>
|
2026-05-31 19:13:12 +09:00
|
|
|
</adaptive-icon>
|