更换WooBox图标

This commit is contained in:
LittleTurtle2333
2022-04-16 21:34:55 +08:00
parent 2761c288f8
commit a9c8528671
27 changed files with 31 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,23 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.37125"
android:scaleY="0.37125"
android:translateX="18.36"
android:translateY="18.36">
<path
android:pathData="M57.71,69.77 L51.6,46.21A3.48,3.48 0,0 1,55 41.85H55a3.49,3.49 0,0 1,3.39 2.69l4.12,17.58h0.22l4.81,-17.7a3.48,3.48 0,0 1,3.35 -2.57h2.26a3.5,3.5 0,0 1,3.35 2.51l5.15,17.76h0.22L86,44.54a3.49,3.49 0,0 1,3.39 -2.69h0a3.47,3.47 0,0 1,3.35 4.39L86.36,69.8A3.49,3.49 0,0 1,83 72.37h-2A3.48,3.48 0,0 1,77.73 70l-5.6,-17.62h-0.22L66.31,70A3.48,3.48 0,0 1,63 72.37H61.07A3.47,3.47 0,0 1,57.71 69.77Z"
android:fillColor="#fff"/>
<path
android:pathData="M99,71.45a9.67,9.67 0,0 1,-3.85 -4.15A14.11,14.11 0,0 1,93.8 61a14,14 0,0 1,1.33 -6.31A9.67,9.67 0,0 1,99 50.5a12.71,12.71 0,0 1,11.79 0,9.59 9.59,0 0,1 3.84,4.15A14,14 0,0 1,116 61a14.11,14.11 0,0 1,-1.34 6.34,9.59 9.59,0 0,1 -3.84,4.15 12.71,12.71 0,0 1,-11.79 0ZM107.91,65A6.66,6.66 0,0 0,109 61a6.52,6.52 0,0 0,-1.11 -4,3.85 3.85,0 0,0 -6.07,0 6.52,6.52 0,0 0,-1.11 4A6.66,6.66 0,0 0,101.84 65a3.85,3.85 0,0 0,6.07 0Z"
android:fillColor="#fff"/>
<path
android:pathData="M123.54,71.45a9.59,9.59 0,0 1,-3.84 -4.15A14.11,14.11 0,0 1,118.36 61a14,14 0,0 1,1.34 -6.31,9.59 9.59,0 0,1 3.84,-4.15 12.73,12.73 0,0 1,11.8 0,9.59 9.59,0 0,1 3.84,4.15A14,14 0,0 1,140.52 61a14.11,14.11 0,0 1,-1.34 6.34,9.59 9.59,0 0,1 -3.84,4.15 12.73,12.73 0,0 1,-11.8 0ZM132.47,65A6.66,6.66 0,0 0,133.58 61a6.52,6.52 0,0 0,-1.11 -4,3.84 3.84,0 0,0 -6.06,0 6.46,6.46 0,0 0,-1.12 4A6.6,6.6 0,0 0,126.41 65a3.84,3.84 0,0 0,6.06 0Z"
android:fillColor="#fff"/>
<path
android:pathData="M129.08,100.73 L97.56,82.53a3.23,3.23 0,0 0,-3.12 0l-31.52,18.2a3.21,3.21 0,0 0,-1.57 2.71v36.4a3.2,3.2 0,0 0,1.57 2.7l31.52,18.2a3.18,3.18 0,0 0,3.12 0l31.52,-18.2a3.22,3.22 0,0 0,1.14 -1.15,3.25 3.25,0 0,0 0.43,-1.55v-36.4A3.22,3.22 0,0 0,129.08 100.73ZM96,88.85l9.51,5.49L80.24,108.93l-9.51,-5.49ZM92.88,152.62L67.6,138L67.6,108.85l9.51,5.49v16.19a3.13,3.13 0,1 0,6.25 0L83.36,118l9.52,5.49ZM96,118l-9.51,-5.49L111.76,98l9.51,5.49ZM124.4,138L99.13,152.62L99.13,123.44l25.27,-14.59Z"
android:fillColor="#fff"/>
</group>
</vector>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#ED722E</color>
</resources>