Support Android 13 themed app icon

(cherry picked from commit 267ecce9583d9760de334d9fbf0b8b4f8aedb34c)
This commit is contained in:
arkon 2022-03-10 22:42:07 -05:00 committed by Jobobby04
parent e9960c0dd8
commit 1cba2536af
3 changed files with 10 additions and 0 deletions

View File

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_tachi_monochrome_launcher" />
</adaptive-icon>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:width="36dp"
android:height="36dp"
android:drawable="@drawable/ic_tachi"
android:gravity="center" />
</layer-list>

View File

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_tachi_monochrome_launcher" />
</adaptive-icon>