Add adaptive icons, fixes #2273

Add support for adaptive icons in devices running API 26 or greater, preserving old icon for older devices and providing round icon.
This commit is contained in:
Kowalski Prime
2018-07-13 01:24:28 +02:00
parent 4f4be8ed47
commit 17f3db6557
18 changed files with 142 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="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_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="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>