8 lines
318 B
XML
8 lines
318 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<background android:drawable="@drawable/ic_launcher_background"/>
|
||
|
|
<foreground>
|
||
|
|
<inset android:drawable="@drawable/taozhi_icon_v2" android:inset="10%" />
|
||
|
|
</foreground>
|
||
|
|
</adaptive-icon>
|