Fix app icon on Android 13
This commit is contained in:
parent
060eca73e1
commit
9dcf7b8db8
|
@ -1,22 +1,26 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group android:scaleX="0.14867486"
|
||||
android:scaleY="0.14867486"
|
||||
android:translateX="1.8901099"
|
||||
android:translateY="2.410472">
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group android:scaleX="0.72"
|
||||
android:scaleY="0.72"
|
||||
android:translateX="15.12"
|
||||
android:translateY="15.12">
|
||||
<path
|
||||
android:pathData="M32.502,81.24L68.244,107.141L35.572,126.763C29.589,130.373 22.267,125.036 23.841,118.286L32.502,81.24Z"
|
||||
android:fillColor="#191C1E"
|
||||
android:fillAlpha="0.45"/>
|
||||
android:pathData="M40.536,60.506L53.574,69.954L41.656,77.112C39.473,78.429 36.803,76.482 37.377,74.02L40.536,60.506Z"
|
||||
android:strokeAlpha="0.25"
|
||||
android:fillColor="#191C1E"
|
||||
android:fillAlpha="0.25"/>
|
||||
<path
|
||||
android:pathData="M132.739,57.079L103.846,82.038L45.981,40.047L60.861,5.12C63.537,-1.238 72.67,-1.238 75.346,5.12L90.226,40.125L128.252,43.343C135.18,43.893 138.014,52.527 132.739,57.079Z"
|
||||
android:fillColor="#191C1E"
|
||||
android:fillAlpha="0.7"/>
|
||||
android:pathData="M77.101,51.693L66.561,60.798L45.453,45.48L50.881,32.739C51.857,30.42 55.189,30.42 56.165,32.739L61.593,45.509L75.464,46.683C77.991,46.883 79.025,50.032 77.101,51.693Z"
|
||||
android:strokeAlpha="0.5"
|
||||
android:fillColor="#191C1E"
|
||||
android:fillAlpha="0.5"/>
|
||||
<path
|
||||
android:pathData="M100.916,127.188L68.244,107.487L32.501,81.586L3.608,56.627C-1.667,52.075 1.168,43.441 8.096,42.891L46.121,39.673L103.987,81.664L112.647,118.711C114.221,125.461 106.899,130.798 100.916,127.188Z"
|
||||
android:fillColor="#191C1E"/>
|
||||
android:pathData="M65.492,77.267L53.574,70.081L40.536,60.633L29.996,51.528C28.072,49.867 29.106,46.718 31.633,46.518L45.504,45.344L66.612,60.661L69.771,74.175C70.346,76.637 67.675,78.584 65.492,77.267Z"
|
||||
android:strokeAlpha="0.8"
|
||||
android:fillColor="#191C1E"
|
||||
android:fillAlpha="0.8"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in New Issue
Block a user