Add themed icon

Close #256
This commit is contained in:
MM20
2023-02-16 17:20:15 +01:00
parent 1c5574d8fb
commit 5a90f9ed28
5 changed files with 59 additions and 0 deletions
@@ -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>
@@ -0,0 +1,55 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="192"
android:viewportHeight="192">
<group
android:pivotX="96"
android:pivotY="96"
android:scaleX="0.55"
android:scaleY="0.55">
<path
android:fillColor="#00000000"
android:pathData="M38.56,77.28h114.69v37.21h-114.69z"
android:strokeWidth="12"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M30.61,55.81 L95.61,22.06l65.58,33.82"
android:strokeWidth="12"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#FF000000"
android:pathData="M92.08,92.04h7.69v7.69h-7.69z"
android:strokeWidth="4.312"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#FF000000"
android:pathData="M122.74,92.16h7.69v7.69h-7.69z"
android:strokeWidth="4.312"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#FF000000"
android:pathData="M61.42,92.04h7.69v7.69h-7.69z"
android:strokeWidth="4.312"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M38.33,169.94v-32.87h115.13v32.87"
android:strokeWidth="12"
android:strokeColor="#000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>
@@ -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>
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>