|
1 | 1 | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
2 | 2 | android:width="200dp" android:height="200dp" |
3 | 3 | android:viewportWidth="200" android:viewportHeight="200"> |
4 | | - <group android:name="head_group" android:pivotX="100" android:pivotY="104"> |
5 | | - <path |
6 | | - android:fillColor="#07160D" |
7 | | - android:fillAlpha="0.38" |
8 | | - android:pathData="M100,112 m -38,0 a 38,46 0 1,0 76,0 a 38,46 0 1,0 -76,0" /> |
| 4 | + <group android:name="status_ring" android:pivotX="100" android:pivotY="100"><group android:name="head_group" android:pivotX="100" android:pivotY="100"> |
| 5 | + <path android:fillColor="#2E7D32" android:pathData="M100,60 C80,60 60,75 60,100 C60,125 80,140 100,140 C120,140 140,125 140,100 C140,75 120,60 100,60" /> |
| 6 | + <path android:strokeWidth="6" android:strokeColor="#4CAF50" android:strokeLineCap="round" android:pathData="M80,65 L60,40" /> |
| 7 | + <path android:strokeWidth="6" android:strokeColor="#FF9800" android:strokeLineCap="round" android:pathData="M60,40 L50,45" /> |
| 8 | + <path android:strokeWidth="6" android:strokeColor="#4CAF50" android:strokeLineCap="round" android:pathData="M120,65 L140,40" /> |
| 9 | + <path android:strokeWidth="6" android:strokeColor="#FF9800" android:strokeLineCap="round" android:pathData="M140,40 L150,45" /> |
9 | 10 |
|
10 | | - <group android:name="antenna_left" android:pivotX="84" android:pivotY="63"> |
11 | | - <path |
12 | | - android:strokeWidth="5" |
13 | | - android:strokeColor="#46B15A" |
14 | | - android:strokeLineCap="round" |
15 | | - android:fillColor="#00000000" |
16 | | - android:pathData="M84,63 C76,50 67,38 57,30" /> |
17 | | - <path |
18 | | - android:fillColor="#F29F1C" |
19 | | - android:pathData="M51,27 C58,22 66,24 68,31 C64,37 56,38 51,33 Z" /> |
| 11 | + <group android:name="eyes" android:pivotX="100" android:pivotY="90"> |
| 12 | + <path android:fillColor="#CDDC39" android:pathData="M80,95 A12,12 0 1,1 80,94.9 Z" /> |
| 13 | + <path android:fillColor="#FFFFFF" android:pathData="M83,92 A4,4 0 1,1 83,91.9 Z" /> |
| 14 | + <path android:fillColor="#CDDC39" android:pathData="M120,95 A12,12 0 1,1 120,94.9 Z" /> |
| 15 | + <path android:fillColor="#FFFFFF" android:pathData="M123,92 A4,4 0 1,1 123,91.9 Z" /> |
20 | 16 | </group> |
21 | 17 |
|
22 | | - <group android:name="antenna_right" android:pivotX="116" android:pivotY="63"> |
23 | | - <path |
24 | | - android:strokeWidth="5" |
25 | | - android:strokeColor="#46B15A" |
26 | | - android:strokeLineCap="round" |
27 | | - android:fillColor="#00000000" |
28 | | - android:pathData="M116,63 C124,50 133,38 143,30" /> |
29 | | - <path |
30 | | - android:fillColor="#F29F1C" |
31 | | - android:pathData="M149,27 C142,22 134,24 132,31 C136,37 144,38 149,33 Z" /> |
32 | | - </group> |
33 | | - |
34 | | - <path |
35 | | - android:fillColor="#2E7D32" |
36 | | - android:pathData="M100,78 m -24,0 a 24,20 0 1,0 48,0 a 24,20 0 1,0 -48,0" /> |
37 | | - <path |
38 | | - android:fillColor="#1E5A24" |
39 | | - android:pathData="M100,108 m -28,0 a 28,28 0 1,0 56,0 a 28,28 0 1,0 -56,0" /> |
40 | | - <path |
41 | | - android:fillColor="#2C6C32" |
42 | | - android:pathData="M100,139 m -22,0 a 22,18 0 1,0 44,0 a 22,18 0 1,0 -44,0" /> |
43 | | - <path |
44 | | - android:fillColor="#4CAF50" |
45 | | - android:fillAlpha="0.22" |
46 | | - android:pathData="M100,73 m -14,0 a 14,9 0 1,0 28,0 a 14,9 0 1,0 -28,0" /> |
47 | | - |
48 | | - <path |
49 | | - android:strokeWidth="4" |
50 | | - android:strokeColor="#1C4E22" |
51 | | - android:strokeLineCap="round" |
52 | | - android:fillColor="#00000000" |
53 | | - android:pathData="M76,112 C63,119 56,129 51,140" /> |
54 | | - <path |
55 | | - android:strokeWidth="4" |
56 | | - android:strokeColor="#1C4E22" |
57 | | - android:strokeLineCap="round" |
58 | | - android:fillColor="#00000000" |
59 | | - android:pathData="M79,127 C69,135 64,145 61,156" /> |
60 | | - <path |
61 | | - android:strokeWidth="4" |
62 | | - android:strokeColor="#1C4E22" |
63 | | - android:strokeLineCap="round" |
64 | | - android:fillColor="#00000000" |
65 | | - android:pathData="M124,112 C137,119 144,129 149,140" /> |
66 | | - <path |
67 | | - android:strokeWidth="4" |
68 | | - android:strokeColor="#1C4E22" |
69 | | - android:strokeLineCap="round" |
70 | | - android:fillColor="#00000000" |
71 | | - android:pathData="M121,127 C131,135 136,145 139,156" /> |
72 | | - |
73 | | - <group android:name="eyes" android:pivotX="100" android:pivotY="104"> |
74 | | - <path android:fillColor="#DCE775" android:pathData="M84,100 m -10,0 a 10,12 0 1,0 20,0 a 10,12 0 1,0 -20,0" /> |
75 | | - <path android:fillColor="#39511A" android:pathData="M85,102 m -4.2,0 a 4.2,5.5 0 1,0 8.4,0 a 4.2,5.5 0 1,0 -8.4,0" /> |
76 | | - <path android:fillColor="#FFFFFF" android:pathData="M87,97 m -1.5,0 a 1.5,1.5 0 1,0 3,0 a 1.5,1.5 0 1,0 -3,0" /> |
77 | | - <path android:fillColor="#DCE775" android:pathData="M116,100 m -10,0 a 10,12 0 1,0 20,0 a 10,12 0 1,0 -20,0" /> |
78 | | - <path android:fillColor="#39511A" android:pathData="M115,102 m -4.2,0 a 4.2,5.5 0 1,0 8.4,0 a 4.2,5.5 0 1,0 -8.4,0" /> |
79 | | - <path android:fillColor="#FFFFFF" android:pathData="M117,97 m -1.5,0 a 1.5,1.5 0 1,0 3,0 a 1.5,1.5 0 1,0 -3,0" /> |
80 | | - </group> |
81 | | - |
82 | | - <group android:name="mouth" android:pivotX="100" android:pivotY="121"> |
83 | | - <path |
84 | | - android:fillColor="#F6B73C" |
85 | | - android:pathData="M90,119 Q100,129 110,119 Q100,136 90,119 Z" /> |
| 18 | + <group android:name="mouth" android:pivotX="100" android:pivotY="125"> |
| 19 | + <path android:fillColor="#FFC107" android:pathData="M90,120 Q100,130 110,120 L105,128 Q100,132 95,128 Z" /> |
86 | 20 | </group> |
87 | 21 | </group> |
| 22 | + </group> |
88 | 23 | </vector> |
0 commit comments