Add themed icon

Close #256
This commit is contained in:
MM20 2023-02-16 17:20:15 +01:00
parent 1c5574d8fb
commit 5a90f9ed28
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
5 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg width="192" height="192" viewBox="0 0 192 192" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="15"><rect x="38.555" y="77.282" width="114.69" height="37.21" ry="0" fill="none" stroke-width="12" style="paint-order:markers fill stroke"/><path d="M30.615 55.805 95.61 22.064l65.578 33.824" fill="none" stroke-width="12" style="paint-order:markers fill stroke"/><g stroke-width="4.312"><rect x="92.079" y="92.043" width="7.688" height="7.688" rx="0" ry="0" style="paint-order:markers fill stroke"/><rect x="122.74" y="92.156" width="7.688" height="7.688" rx="0" ry="0" style="paint-order:markers fill stroke"/><rect x="61.42" y="92.043" width="7.688" height="7.688" rx="0" ry="0" style="paint-order:markers fill stroke"/></g><path d="M38.335 169.94v-32.867h115.13v32.867" fill="none" stroke-width="12" style="paint-order:markers fill stroke"/></g></svg>

After

Width:  |  Height:  |  Size: 945 B

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>

View File

@ -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>

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>

View File

@ -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>