Icon fixes

This commit is contained in:
Sad Ellie 2023-04-21 11:10:23 +03:00
parent 8065a4bf9a
commit 60e60268cb
4 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@
android:translateY="17.303333">
<path
android:pathData="M38,32a6,6 0,0 0,-6 6v14a6,6 0,0 0,6 6h14a6,6 0,0 0,6 -6L58,38a6,6 0,0 0,-6 -6L38,32ZM45,37a2,2 0,1 0,0 4,2 2,0 0,0 0,-4ZM38,43a2,2 0,1 0,0 4h14a2,2 0,1 0,0 -4L38,43ZM43,51a2,2 0,1 1,4 0,2 2,0 0,1 -4,0ZM6,32a6,6 0,0 0,-6 6v14a6,6 0,0 0,6 6h14a6,6 0,0 0,6 -6L26,38a6,6 0,0 0,-6 -6L6,32ZM5.93,37.93a2,2 0,0 1,2.83 0L13,42.17l4.24,-4.24a2,2 0,0 1,2.83 2.83L15.83,45l4.24,4.24a2,2 0,0 1,-2.83 2.83L13,47.83l-4.24,4.24a2,2 0,0 1,-2.83 -2.83L10.17,45l-4.24,-4.24a2,2 0,0 1,0 -2.83ZM38,0a6,6 0,0 0,-6 6v14a6,6 0,0 0,6 6h14a6,6 0,0 0,6 -6L58,6a6,6 0,0 0,-6 -6L38,0ZM38,11a2,2 0,1 0,0 4h14a2,2 0,1 0,0 -4L38,11ZM6,0a6,6 0,0 0,-6 6v14a6,6 0,0 0,6 6h14a6,6 0,0 0,6 -6L26,6a6,6 0,0 0,-6 -6L6,0ZM13,4a2,2 0,0 1,2 2v5h5a2,2 0,1 1,0 4h-5v5a2,2 0,1 1,-4 0v-5L6,15a2,2 0,1 1,0 -4h5L11,6c0,-1.1 0.9,-2 2,-2Z"
android:fillColor="#186C31"
android:fillColor="#378648"
android:fillType="evenOdd"/>
</group>
</vector>

View File

@ -20,4 +20,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_icon_background"/>
<foreground android:drawable="@drawable/ic_launcher_icon_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_icon_foreground"/>
</adaptive-icon>

View File

@ -20,4 +20,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_icon_background"/>
<foreground android:drawable="@drawable/ic_launcher_icon_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_icon_foreground"/>
</adaptive-icon>

View File

@ -17,5 +17,5 @@
-->
<resources>
<color name="ic_launcher_icon_background">#FFFFFF</color>
<color name="ic_launcher_icon_background">#FCFCF7</color>
</resources>