Added monochrome ic launcher

This commit is contained in:
Juha Heinanen
2023-03-22 10:38:36 +02:00
parent 95afdfe9cd
commit 95ab3739db
3 changed files with 8 additions and 1 deletions

View File

@ -37,9 +37,9 @@
<application
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:installLocation="internalOnly"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:remove="android:appComponentFactory" >

View File

@ -0,0 +1,6 @@
<vector android:autoMirrored="true" android:height="108dp"
android:viewportHeight="108" android:viewportWidth="108"
android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#000000"
android:pathData="M34,24.5c0,2 0.5,2.5 2.5,2.5l2.5,-0 0,29 0,29 2.3,-0c1.3,-0 3.2,-0.9 4.2,-2l1.8,-2 2.5,2.2c3.6,3.4 11.7,3.2 16.6,-0.6 14.4,-10.9 8.3,-38.6 -8.6,-38.6 -1.8,-0 -4.6,0.7 -6.2,1.5 -1.5,0.8 -3,1.5 -3.2,1.5 -0.2,-0 -0.4,-5.6 -0.4,-12.5l0,-12.5 -7,-0c-6.8,-0 -7,0.1 -7,2.5zM61.1,49.6c2.3,2.4 2.4,3.2 2.4,15.5 0,11.5 -0.2,13 -2,14.8 -3.1,3 -5.7,3.3 -9.3,1.1l-3.2,-2 0,-14 0,-14 3.3,-2c4.2,-2.6 5.9,-2.5 8.8,0.6z" android:strokeColor="#00000000"/>
</vector>

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="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>