Added adaptive icon for Android >= 8

This commit is contained in:
Sylvain Berfini 2018-11-12 10:40:22 +01:00
parent b54692418f
commit b3a13690d7
8 changed files with 11 additions and 0 deletions

View 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>

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -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>