Added adaptive icon for Android >= 8
This commit is contained in:
parent
b54692418f
commit
b3a13690d7
8 changed files with 11 additions and 0 deletions
5
res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
5
res/mipmap-anydpi-v26/ic_launcher.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="@color/linphone_launcher_icon_background"/>
|
||||
<foreground android:drawable="@mipmap/linphone_launcher_icon_foreground"/>
|
||||
</adaptive-icon>
|
5
res/mipmap-anydpi-v26/ic_launcher_round.xml
Normal file
5
res/mipmap-anydpi-v26/ic_launcher_round.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="@color/linphone_launcher_icon_background"/>
|
||||
<foreground android:drawable="@mipmap/linphone_launcher_icon_foreground"/>
|
||||
</adaptive-icon>
|
BIN
res/mipmap-hdpi/linphone_launcher_icon_foreground.png
Normal file
BIN
res/mipmap-hdpi/linphone_launcher_icon_foreground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
res/mipmap-mdpi/linphone_launcher_icon_foreground.png
Normal file
BIN
res/mipmap-mdpi/linphone_launcher_icon_foreground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
res/mipmap-xhdpi/linphone_launcher_icon_foreground.png
Normal file
BIN
res/mipmap-xhdpi/linphone_launcher_icon_foreground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
res/mipmap-xxhdpi/linphone_launcher_icon_foreground.png
Normal file
BIN
res/mipmap-xxhdpi/linphone_launcher_icon_foreground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
res/mipmap-xxxhdpi/linphone_launcher_icon_foreground.png
Normal file
BIN
res/mipmap-xxxhdpi/linphone_launcher_icon_foreground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -18,4 +18,5 @@
|
|||
<color name="security_thumb">#ffffff</color>
|
||||
|
||||
<color name="transparent">#00000000</color>
|
||||
<color name="linphone_launcher_icon_background">@color/colorA</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue