Skip to content

Commit 8348a20

Browse files
committed
Optimize images and vector drawables
1 parent 4506b13 commit 8348a20

16 files changed

+8
-8
lines changed

app/src/main/res/drawable/ic_add.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
android:viewportHeight="24.0">
66
<path
77
android:fillColor="#FF000000"
8-
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
8+
android:pathData="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
99
</vector>

app/src/main/res/drawable/ic_broom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
android:viewportHeight="24">
77
<path
88
android:fillColor="#000"
9-
android:pathData="M19.36,2.72L20.78,4.14L15.06,9.85C16.13,11.39 16.28,13.24 15.38,14.44L9.06,8.12C10.26,7.22 12.11,7.37 13.65,8.44L19.36,2.72M5.93,17.57C3.92,15.56 2.69,13.16 2.35,10.92L7.23,8.83L14.67,16.27L12.58,21.15C10.34,20.81 7.94,19.58 5.93,17.57Z" />
10-
</vector>
9+
android:pathData="M19.36 2.72l1.42 1.42-5.72 5.71c1.07 1.54 1.22 3.39 0.32 4.59L9.06 8.12c1.2-0.9 3.05-0.75 4.59 0.32l5.71-5.72M5.93 17.57c-2.01-2.01-3.24-4.41-3.58-6.65l4.88-2.09 7.44 7.44-2.09 4.88c-2.24-0.34-4.64-1.57-6.65-3.58z" />
10+
</vector>

app/src/main/res/drawable/ic_clipboard.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
android:viewportHeight="24">
77
<path
88
android:fillColor="#000"
9-
android:pathData="M9,4A3,3 0 0,1 12,1A3,3 0 0,1 15,4H19A2,2 0 0,1 21,6V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V6A2,2 0 0,1 5,4H9M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3Z" />
10-
</vector>
9+
android:pathData="M9 4a3 3 0 0 1 3-3 3 3 0 0 1 3 3h4a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4m3-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z" />
10+
</vector>

app/src/main/res/drawable/ic_help.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
android:viewportHeight="24.0">
66
<path
77
android:fillColor="#FFF"
8-
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z" />
8+
android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-0.9 0.92C13.45 12.9 13 13.5 13 15h-2v-0.5c0-1.1 0.45-2.1 1.17-2.83l1.24-1.26C13.78 10.05 14 9.55 14 9c0-1.1-0.9-2-2-2s-2 0.9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 0.88-0.36 1.68-0.93 2.25z" />
99
</vector>

app/src/main/res/drawable/ic_minus.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
android:viewportHeight="24">
77
<path
88
android:fillColor="#000"
9-
android:pathData="M19,13H5V11H19V13Z" />
10-
</vector>
9+
android:pathData="M19 13H5v-2h14v2z" />
10+
</vector>

image/ic_launcher-web.png

-15.1 KB
Binary file not shown.

image/ic_launcher-web.webp

8.84 KB
Binary file not shown.

image/screenshot_1.png

-319 KB
Binary file not shown.

image/screenshot_1.webp

112 KB
Binary file not shown.

image/screenshot_2.png

-311 KB
Binary file not shown.

image/screenshot_2.webp

103 KB
Binary file not shown.

image/screenshot_3.png

-342 KB
Binary file not shown.

image/screenshot_3.webp

132 KB
Binary file not shown.

image/screenshot_4.png

-283 KB
Binary file not shown.

image/screenshot_5.png

-286 KB
Binary file not shown.

image/screenshot_6.png

-337 KB
Binary file not shown.

0 commit comments

Comments
 (0)