add adaptive mipmap drawables
5
app/src/main/res/mipmap-anydpi-v26/icon.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_normal_background" />
|
||||
<foreground android:drawable="@mipmap/ic_normal_foreground" />
|
||||
</adaptive-icon>
|
BIN
app/src/main/res/mipmap-hdpi/ic_normal_background.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
app/src/main/res/mipmap-hdpi/ic_normal_foreground.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_normal_background.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
app/src/main/res/mipmap-mdpi/ic_normal_foreground.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_normal_background.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
app/src/main/res/mipmap-xhdpi/ic_normal_foreground.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_normal_background.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
app/src/main/res/mipmap-xxhdpi/ic_normal_foreground.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_normal_background.png
Normal file
After Width: | Height: | Size: 667 B |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_normal_foreground.png
Normal file
After Width: | Height: | Size: 4.5 KiB |