Add monochrome icon

This commit is contained in:
Sandelinos 2022-09-17 19:46:19 +00:00 committed by birdbird
parent 8a093befbf
commit 86bb9b0588
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path android:fillColor="#ffffff"
android:pathData="m54,36c-10.93,0 -19.8,8.87 -19.8,19.8v10.8c0,2.97 2.42,5.4 5.4,5.4 2.97,0 5.4,-2.43 5.4,-5.4v-7.2c0,-2.98 -2.43,-5.4 -5.4,-5.4 -0.61,0 -1.12,0.27 -1.66,0.46 0.7,-8.31 7.57,-14.86 16.07,-14.86 8.49,0 15.37,6.54 16.06,14.86 -0.54,-0.19 -1.05,-0.46 -1.66,-0.46 -2.97,0 -5.4,2.43 -5.4,5.4v7.2c0,2.97 2.42,5.4 5.4,5.4 2.97,0 5.4,-2.43 5.4,-5.4L73.8,55.8c0,-10.93 -8.87,-19.8 -19.8,-19.8zM39.6,57.6c1,0 1.8,0.8 1.8,1.8v7.2c0,1 -0.8,1.8 -1.8,1.8 -1,0 -1.8,-0.8 -1.8,-1.8v-7.2c0,-1 0.8,-1.8 1.8,-1.8zM68.41,57.6c1,0 1.8,0.8 1.8,1.8v7.2c0,1 -0.8,1.8 -1.8,1.8 -1,0 -1.8,-0.8 -1.8,-1.8v-7.2c0,-1 0.8,-1.8 1.8,-1.8z" />
</vector>

View File

@ -2,4 +2,5 @@
<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"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>

View File

@ -2,4 +2,5 @@
<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"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>