1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| <?xml version="1.0" encoding="utf-8"?>
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
| android:width="50dp"
| android:height="50dp"
| android:viewportWidth="100"
| android:viewportHeight="100">
|
|
| <path
| android:name="ic_gou"
| android:pathData="M80,35 L41,69 Q40,70 39,69 L20,50"
| android:strokeWidth="5"
| android:strokeColor="@android:color/holo_green_dark"
| android:strokeLineCap="round" />
|
| <path
| android:name="ic_round"
| android:pathData="M50,2a48,48 0,1 0,48,48A48,48 0,0 0,50,2z"
| android:strokeWidth="3"
| android:strokeColor="@android:color/holo_green_dark" />
|
|
| </vector>
|
|