mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Add icons
This commit is contained in:
parent
29e13cba0f
commit
51c2e4bff4
24 changed files with 28 additions and 1 deletions
9
app/src/main/res/mipmap-anydpi-v26/ic_banner.xml
Normal file
9
app/src/main/res/mipmap-anydpi-v26/ic_banner.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue