mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Icon fixes
This commit is contained in:
parent
8065a4bf9a
commit
60e60268cb
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
@ -17,5 +17,5 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<color name="ic_launcher_icon_background">#FFFFFF</color>
|
||||
<color name="ic_launcher_icon_background">#FCFCF7</color>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user