mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
9 lines
340 B
XML
9 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/ic_banner_background"/>
|
|
<foreground>
|
|
<inset
|
|
android:inset="18%"
|
|
android:drawable="@mipmap/ic_banner_foreground"/>
|
|
</foreground>
|
|
</adaptive-icon>
|