mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-25 18:40:57 +00:00
Add monochrome adaptive icon for Android 13
This commit is contained in:
parent
029ca81bbf
commit
bb3f4d733f
7 changed files with 14 additions and 0 deletions
7
app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
Normal file
7
app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
|
||||
</adaptive-icon>
|
7
app/src/main/res/mipmap-anydpi-v33/ic_launcher_debug.xml
Normal file
7
app/src/main/res/mipmap-anydpi-v33/ic_launcher_debug.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_debug_foreground"/>
|
||||
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
|
||||
</adaptive-icon>
|
Loading…
Add table
Add a link
Reference in a new issue