10 lines
335 B
XML
Raw Normal View History

2025-07-30 22:38:44 +07:00
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
2025-08-02 19:51:36 +07:00
<foreground>
<inset
android:drawable="@drawable/ic_launcher_foreground"
android:inset="16%" />
</foreground>
2025-07-30 22:38:44 +07:00
</adaptive-icon>