54 lines
2.7 KiB
XML
54 lines
2.7 KiB
XML
<animated-vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt">
|
|
<aapt:attr name="android:drawable">
|
|
<vector
|
|
android:name="vector"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:name="path"
|
|
android:pathData="M 4 17.8 C 4 17.3 4.1 16.9 4.4 16.5 C 4.7 16.1 5.1 15.9 5.5 15.7 C 5.9 15.6 6.4 15.6 6.8 15.7 C 7.2 15.8 7.6 16.1 7.9 16.5 C 8.2 16.9 8.3 17.3 8.3 17.8 C 8.3 18.4 8.1 18.9 7.7 19.3 C 7.3 19.7 6.7 19.9 6.2 19.9 C 5.7 19.9 5 19.8 4.6 19.4 C 4.2 19 4 18.4 4 17.8"
|
|
android:fillColor="#000"
|
|
android:strokeWidth="1"/>
|
|
<path
|
|
android:name="path_1"
|
|
android:pathData="M 4 10.1 L 4 12.9 C 7.9 12.9 11.1 16.1 11.1 20 L 13.9 20 C 13.9 14.5 9.5 10.1 4 10.1 Z"
|
|
android:fillColor="#000"
|
|
android:strokeWidth="1"/>
|
|
<path
|
|
android:name="path_3"
|
|
android:pathData="M 4.9 16.5 L 4.9 17.2 C 5.9 17.2 6.7 18 6.7 19 L 7.4 19 C 7.5 17.7 6.3 16.5 4.9 16.5 Z"
|
|
android:fillColor="#000000"/>
|
|
<path
|
|
android:name="path_2"
|
|
android:pathData="M 4 4.4 L 4 7.2 C 11 7.2 16.7 12.9 16.7 19.9 L 19.5 19.9 C 19.6 11.4 12.6 4.4 4 4.4 Z"
|
|
android:fillColor="#000000"/>
|
|
</vector>
|
|
</aapt:attr>
|
|
<target android:name="path_1">
|
|
<aapt:attr name="android:animation">
|
|
<objectAnimator
|
|
android:propertyName="pathData"
|
|
android:duration="@integer/config_defaultAnimTime"
|
|
android:valueFrom="M 4 10.1 L 4 12.9 C 7.9 12.9 11.1 16.1 11.1 20 L 13.9 20 C 13.9 14.5 9.5 10.1 4 10.1 Z"
|
|
android:valueTo="M 4 4.4 L 4 7.2 C 11 7.2 16.7 12.9 16.7 19.9 L 19.5 19.9 C 19.6 11.4 12.6 4.4 4 4.4 Z"
|
|
android:valueType="pathType"
|
|
android:interpolator="@android:interpolator/fast_out_slow_in"/>
|
|
</aapt:attr>
|
|
</target>
|
|
<target android:name="path_3">
|
|
<aapt:attr name="android:animation">
|
|
<objectAnimator
|
|
android:propertyName="pathData"
|
|
android:duration="@integer/config_defaultAnimTime"
|
|
android:valueFrom="M 4.9 16.5 L 4.9 17.2 C 5.9 17.2 6.7 18 6.7 19 L 7.4 19 C 7.5 17.7 6.3 16.5 4.9 16.5 Z"
|
|
android:valueTo="M 4 10.1 L 4 12.9 C 7.9 12.9 11.1 16.1 11.1 20 L 13.9 20 C 13.9 14.5 9.5 10.1 4 10.1 Z"
|
|
android:valueType="pathType"
|
|
android:interpolator="@android:interpolator/fast_out_slow_in"/>
|
|
</aapt:attr>
|
|
</target>
|
|
</animated-vector>
|