1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16--> 17<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 18 xmlns:aapt="http://schemas.android.com/aapt"> 19 <aapt:attr name="android:drawable"> 20 <vector android:height="24dp" 21 android:width="24dp" 22 android:viewportHeight="24" 23 android:viewportWidth="24"> 24 <group android:name="_R_G"> 25 <group android:name="_R_G_L_1_G" 26 android:translateX="12" 27 android:translateY="12.125"> 28 <path android:name="_R_G_L_1_G_D_0_P_0" 29 android:fillColor="#ffffff" 30 android:fillAlpha="1" 31 android:fillType="nonZero" 32 android:pathData=" M-6 7 C-6,7 -2,3.94 -2,3.94 C-2,3.94 -2,-4.37 -2,-4.37 C-2,-4.37 -6,-7 -6,-7 C-6,-7 -6,7 -6,7c "/> 33 </group> 34 <group android:name="_R_G_L_0_G" 35 android:translateX="12" 36 android:translateY="12.125"> 37 <path android:name="_R_G_L_0_G_D_0_P_0" 38 android:fillColor="#ffffff" 39 android:fillAlpha="1" 40 android:fillType="nonZero" 41 android:pathData=" M-5.62 7 C-5.62,7 -4.75,7 -4.75,7 C-4.75,7 6,-0.12 6,-0.12 C6,-0.12 -4.44,-7 -4.44,-7 C-4.44,-7 -5.62,-7 -5.62,-7 C-5.62,-7 -5.62,7 -5.62,7c "/> 42 </group> 43 </group> 44 <group android:name="time_group"/> 45 </vector> 46 </aapt:attr> 47 <target android:name="_R_G_L_1_G_D_0_P_0"> 48 <aapt:attr name="android:animation"> 49 <set android:ordering="together"> 50 <objectAnimator android:propertyName="pathData" 51 android:duration="333" 52 android:startOffset="0" 53 android:valueFrom="M-6 7 C-6,7 -2,3.94 -2,3.94 C-2,3.94 -2,-4.37 -2,-4.37 C-2,-4.37 -6,-7 -6,-7 C-6,-7 -6,7 -6,7c " 54 android:valueTo="M-6 7 C-6,7 -2,7 -2,7 C-2,7 -2,-7 -2,-7 C-2,-7 -6,-7 -6,-7 C-6,-7 -6,7 -6,7c " 55 android:valueType="pathType"> 56 <aapt:attr name="android:interpolator"> 57 <pathInterpolator android:pathData="M 0.0,0.0 c0.2,0 0,1 1.0,1.0"/> 58 </aapt:attr> 59 </objectAnimator> 60 </set> 61 </aapt:attr> 62 </target> 63 <target android:name="_R_G_L_0_G_D_0_P_0"> 64 <aapt:attr name="android:animation"> 65 <set android:ordering="together"> 66 <objectAnimator android:propertyName="pathData" 67 android:duration="333" 68 android:startOffset="0" 69 android:valueFrom="M-5.62 7 C-5.62,7 -4.75,7 -4.75,7 C-4.75,7 6,-0.12 6,-0.12 C6,-0.12 -4.44,-7 -4.44,-7 C-4.44,-7 -5.62,-7 -5.62,-7 C-5.62,-7 -5.62,7 -5.62,7c " 70 android:valueTo="M2 7 C2,7 6,7 6,7 C6,7 6,-0.12 6,-0.12 C6,-0.12 6,-7 6,-7 C6,-7 2,-7 2,-7 C2,-7 2,7 2,7c " 71 android:valueType="pathType"> 72 <aapt:attr name="android:interpolator"> 73 <pathInterpolator android:pathData="M 0.0,0.0 c0.2,0 0,1 1.0,1.0"/> 74 </aapt:attr> 75 </objectAnimator> 76 </set> 77 </aapt:attr> 78 </target> 79 <target android:name="time_group"> 80 <aapt:attr name="android:animation"> 81 <set android:ordering="together"> 82 <objectAnimator android:propertyName="translateX" 83 android:duration="517" 84 android:startOffset="0" 85 android:valueFrom="0" 86 android:valueTo="1" 87 android:valueType="floatType"/> 88 </set> 89 </aapt:attr> 90 </target> 91</animated-vector>