icon: add regular png icon for compatibility with some launchers

See https://github.com/termux/termux-app/issues/991.

Adaptive icon will continue to be automatically used if supported.
This commit is contained in:
Leonid Pliushch
2021-02-03 15:49:03 +02:00
parent 0e94d52094
commit 7be1fe5555
16 changed files with 8 additions and 36 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="@android:color/black"/>
<foreground android:drawable="@drawable/ic_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="@android:color/black"/>
<foreground android:drawable="@drawable/ic_foreground"/>
</adaptive-icon>