Add monochrome icon for "Themed icons" support

This commit is contained in:
Sandelinos
2022-10-18 06:32:12 +00:00
committed by relan
parent 25c4a77278
commit 44073eccca
3 changed files with 1190 additions and 0 deletions

View File

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="28.575"
android:viewportHeight="28.575">
<path
android:pathData="M19.13,9.78A0.439,0.434 90,0 0,18.865 9.843L18.16,10.281L14.288,12.679L10.476,10.318L9.711,9.843A0.439,0.434 90,0 0,9.628 9.803A0.439,0.434 90,0 0,9.627 9.803A0.439,0.434 90,0 0,9.447 9.78A0.439,0.434 90,0 0,9.273 9.835A0.439,0.434 90,0 0,9.135 9.956A0.439,0.434 90,0 0,9.059 10.124A0.439,0.434 90,0 0,9.05 10.217L9.05,15.969A0.439,0.434 90,0 0,9.057 16.031A0.416,0.673 90,0 0,9.246 16.359L13.813,19.187A0.416,0.673 90,0 0,14.764 19.187L19.33,16.359A0.416,0.673 90,0 0,19.521 16.022A0.439,0.434 90,0 0,19.527 15.969L19.527,10.217A0.439,0.434 90,0 0,19.488 10.037A0.439,0.434 90,0 0,19.442 9.956A0.439,0.434 90,0 0,19.304 9.835A0.439,0.434 90,0 0,19.13 9.78zM9.918,11.002L10.903,11.614L12.22,13.929L9.918,15.354L9.918,11.002zM18.659,11.002L18.659,15.356L16.301,13.896L17.624,11.645L18.659,11.002zM12.759,15.742A0.59,0.59 65.228,0 1,13.35 16.332A0.59,0.59 65.228,0 1,12.759 16.921A0.59,0.59 65.228,0 1,12.17 16.332A0.59,0.59 65.228,0 1,12.759 15.742zM15.816,15.742A0.59,0.59 65.228,0 1,16.405 16.332A0.59,0.59 65.228,0 1,15.816 16.921A0.59,0.59 65.228,0 1,15.225 16.332A0.59,0.59 65.228,0 1,15.816 15.742zM14.287,17.854A0.725,0.725 94.867,0 1,15.013 18.579A0.725,0.725 94.867,0 1,14.287 19.305A0.725,0.725 94.867,0 1,13.562 18.579A0.725,0.725 94.867,0 1,14.287 17.854z"
android:strokeLineJoin="round"
android:strokeWidth="0.873"
android:fillColor="#000000"
android:strokeColor="#00000000"
android:strokeLineCap="square"/>
</vector>

View File

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