Add "Themed Icon for Android 13 and higher"

This commit is contained in:
Ivan K 2022-05-03 11:38:53 +03:00
parent 32aef72421
commit 58099e82fc
4 changed files with 35 additions and 10 deletions

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M31.8185 54.6368C42.8243 49.8386 50.1633 46.6753 53.8353 45.147C64.3198 40.7833 66.4984 40.0253 67.9184 40.0003C68.2307 39.9947 68.929 40.0722 69.3814 40.4395C69.7633 40.7496 69.8684 41.1685 69.9186 41.4625C69.9689 41.7566 70.0316 42.4264 69.9818 42.9497C69.4136 48.9233 66.9552 63.4196 65.7045 70.11C65.1753 72.941 64.1332 73.8902 63.1244 73.9832C60.9321 74.1851 59.2672 72.5333 57.1438 71.1404C53.821 68.9609 51.9438 67.6042 48.7185 65.4773C44.9911 63.0194 47.4074 61.6685 49.5317 59.4607C50.0876 58.8829 59.7474 50.0909 59.9343 49.2933C59.9577 49.1936 59.9794 48.8218 59.7586 48.6254C59.5379 48.4291 59.2121 48.4963 58.977 48.5497C58.6437 48.6254 53.3355 52.1361 43.0525 59.082C41.5458 60.1173 40.1811 60.6218 38.9583 60.5953C37.6103 60.5662 35.0173 59.8326 33.0897 59.2057C30.7254 58.4366 28.8463 58.03 29.0099 56.7239C29.0952 56.0437 30.0314 55.3479 31.8185 54.6368Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>

View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background" />
<foreground android:drawable="@mipmap/icon_foreground" />
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@mipmap/icon_background" />
<foreground
android:drawable="@mipmap/icon_foreground" />
<monochrome
android:drawable="@drawable/ic_monochrome" />
</adaptive-icon>

View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background_round" />
<foreground android:drawable="@mipmap/icon_foreground_round" />
</adaptive-icon>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@mipmap/icon_background_round" />
<foreground
android:drawable="@mipmap/icon_foreground_round" />
<monochrome
android:drawable="@drawable/ic_monochrome" />
</adaptive-icon>

View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background_sa" />
<foreground android:drawable="@mipmap/icon_foreground_sa" />
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@mipmap/icon_background_sa" />
<foreground
android:drawable="@mipmap/icon_foreground_sa" />
<monochrome
android:drawable="@drawable/ic_monochrome" />
</adaptive-icon>