android: add adaptive icon for non-debug builds
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
BIN
android/app/src/main/res/drawable-hdpi/ic_background.png
Normal file
After Width: | Height: | Size: 98 B |
BIN
android/app/src/main/res/drawable-hdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 730 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_background.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 498 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 972 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
@ -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_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_foreground"/>
|
||||
</adaptive-icon>
|
@ -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_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_foreground"/>
|
||||
</adaptive-icon>
|
BIN
android/app/src/main/res/mipmap-hdpi/ic_background.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
android/app/src/main/res/mipmap-hdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_background.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
android/app/src/main/res/mipmap-mdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 678 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 970 B |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 905 B |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_background.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_foreground.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 10 KiB |