You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
380 B
9 lines
380 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<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>
|
|
</adaptive-icon>
|