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="48dp" 21 android:width="48dp" 22 android:viewportHeight="48" 23 android:viewportWidth="48"> 24 <group android:name="_R_G"> 25 <group android:name="_R_G_L_0_G" 26 android:translateX="24" 27 android:translateY="24" 28 android:scaleX="0.5" 29 android:scaleY="0.5"> 30 <path android:name="_R_G_L_0_G_D_0_P_0" 31 android:fillColor="#ffddb3" 32 android:fillAlpha="1" 33 android:fillType="nonZero" 34 android:pathData=" M48 -16 C48,-16 48,16 48,16 C48,33.67 33.67,48 16,48 C16,48 -16,48 -16,48 C-33.67,48 -48,33.67 -48,16 C-48,16 -48,-16 -48,-16 C-48,-33.67 -33.67,-48 -16,-48 C-16,-48 16,-48 16,-48 C33.67,-48 48,-33.67 48,-16c "/> 35 </group> 36 </group> 37 <group android:name="time_group"/> 38 </vector> 39 </aapt:attr> 40 <target android:name="_R_G_L_0_G_D_0_P_0"> 41 <aapt:attr name="android:animation"> 42 <set android:ordering="together"> 43 <objectAnimator android:propertyName="pathData" 44 android:duration="250" 45 android:startOffset="0" 46 android:valueFrom="M48 -16 C48,-16 48,16 48,16 C48,33.67 33.67,48 16,48 C16,48 -16,48 -16,48 C-33.67,48 -48,33.67 -48,16 C-48,16 -48,-16 -48,-16 C-48,-33.67 -33.67,-48 -16,-48 C-16,-48 16,-48 16,-48 C33.67,-48 48,-33.67 48,-16c " 47 android:valueTo="M48 0.25 C48,0.25 48,0 48,0 C47.75,26 31.25,48 0,48 C0,48 0,48 0,48 C-30,48 -48,25.75 -48,-0.25 C-48,-0.25 -48,-0.25 -48,-0.25 C-47.75,-23.5 -32.25,-47.75 0.5,-48 C0.5,-48 0.5,-48 0.5,-48 C28,-47.75 47.75,-29.75 48,0.25c " 48 android:valueType="pathType"> 49 <aapt:attr name="android:interpolator"> 50 <pathInterpolator android:pathData="M 0.0,0.0 c0.526,0 0,1 1.0,1.0"/> 51 </aapt:attr> 52 </objectAnimator> 53 </set> 54 </aapt:attr> 55 </target> 56 <target android:name="time_group"> 57 <aapt:attr name="android:animation"> 58 <set android:ordering="together"> 59 <objectAnimator android:propertyName="translateX" 60 android:duration="267" 61 android:startOffset="0" 62 android:valueFrom="0" 63 android:valueTo="1" 64 android:valueType="floatType"/> 65 </set> 66 </aapt:attr> 67 </target> 68</animated-vector> 69