7 |
gabriel |
1 |
<animated-vector
|
|
|
2 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:aapt="http://schemas.android.com/aapt">
|
|
|
4 |
<aapt:attr name="android:drawable">
|
|
|
5 |
<vector
|
|
|
6 |
android:name="vector"
|
|
|
7 |
android:width="100dp"
|
|
|
8 |
android:height="100dp"
|
|
|
9 |
android:viewportWidth="100"
|
|
|
10 |
android:viewportHeight="100">
|
|
|
11 |
<group
|
|
|
12 |
android:name="group"
|
|
|
13 |
android:pivotX="50"
|
|
|
14 |
android:pivotY="50"
|
|
|
15 |
android:scaleX="0.5"
|
|
|
16 |
android:scaleY="0.5">
|
|
|
17 |
<path
|
|
|
18 |
android:name="path"
|
|
|
19 |
android:pathData="M 62.4 24.6 C 66.5 27 69.3 31.5 69.5 36.6 C 69.8 44.6 63.5 51.3 55.5 51.6 C 47.9 51.9 21 32.4 22.2 64.5 C 22.3 68.5 19.2 71.9 15.2 72 C 11.2 72.2 7.8 69.1 7.7 65.1 C 7.3 54 47.5 15.5 62.4 24.6"
|
|
|
20 |
android:fillColor="#ffffff"
|
|
|
21 |
android:strokeWidth="1"/>
|
|
|
22 |
<path
|
|
|
23 |
android:name="path_1"
|
|
|
24 |
android:pathData="M 28.9 69.4 C 29 64.7 31.4 60 35.7 57.3 C 42.5 53.1 51.4 55.1 55.7 61.9 C 59.7 68.4 56.3 101.4 83.5 84.3 C 86.9 82.1 91.4 83.2 93.5 86.6 C 95.6 90 94.6 94.5 91.2 96.6 C 82 102.3 28.5 86.8 28.9 69.4"
|
|
|
25 |
android:fillColor="#ffffff"
|
|
|
26 |
android:strokeWidth="1"/>
|
|
|
27 |
<path
|
|
|
28 |
android:name="path_2"
|
|
|
29 |
android:pathData="M 85.6 75.1 C 81.5 77.4 76.2 77.6 71.7 75.3 C 64.7 71.6 61.9 62.8 65.7 55.8 C 69.2 49.1 99.6 35.5 71.2 20.4 C 67.7 18.5 66.3 14.1 68.1 10.6 C 70 7.1 74.4 5.7 77.9 7.6 C 87.6 12.6 100.9 66.8 85.6 75.1"
|
|
|
30 |
android:fillColor="#ffffff"
|
|
|
31 |
android:strokeWidth="1"/>
|
|
|
32 |
</group>
|
|
|
33 |
</vector>
|
|
|
34 |
</aapt:attr>
|
|
|
35 |
<target android:name="group">
|
|
|
36 |
<aapt:attr name="android:animation">
|
|
|
37 |
<set>
|
|
|
38 |
<objectAnimator
|
|
|
39 |
android:propertyName="scaleX"
|
|
|
40 |
android:startOffset="400"
|
|
|
41 |
android:duration="1100"
|
|
|
42 |
android:valueFrom="0"
|
|
|
43 |
android:valueTo="0.5"
|
|
|
44 |
android:valueType="floatType"
|
|
|
45 |
android:interpolator="@android:anim/decelerate_interpolator"/>
|
|
|
46 |
<objectAnimator
|
|
|
47 |
android:propertyName="scaleY"
|
|
|
48 |
android:startOffset="400"
|
|
|
49 |
android:duration="1100"
|
|
|
50 |
android:valueFrom="0"
|
|
|
51 |
android:valueTo="0.5"
|
|
|
52 |
android:valueType="floatType"
|
|
|
53 |
android:interpolator="@android:anim/decelerate_interpolator"/>
|
|
|
54 |
</set>
|
|
|
55 |
</aapt:attr>
|
|
|
56 |
</target>
|
|
|
57 |
</animated-vector>
|