1<?xml version="1.0" encoding="utf-8"?><!-- 2 Copyright (C) 2022 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 17 xmlns:aapt="http://schemas.android.com/aapt"> 18 <target android:name="_R_G_L_0_G_T_1"> 19 <aapt:attr name="android:animation"> 20 <set android:ordering="together"> 21 <objectAnimator 22 android:duration="283" 23 android:propertyName="translateY" 24 android:startOffset="0" 25 android:valueFrom="12.125" 26 android:valueTo="12.312" 27 android:valueType="floatType"> 28 <aapt:attr name="android:interpolator"> 29 <pathInterpolator android:pathData="M 0.0,0.0 c0.3,0 0.1,1 1.0,1.0" /> 30 </aapt:attr> 31 </objectAnimator> 32 </set> 33 </aapt:attr> 34 </target> 35 <target android:name="_R_G_L_0_G_T_1"> 36 <aapt:attr name="android:animation"> 37 <set android:ordering="together"> 38 <objectAnimator 39 android:duration="283" 40 android:propertyName="rotation" 41 android:startOffset="0" 42 android:valueFrom="-45" 43 android:valueTo="0" 44 android:valueType="floatType"> 45 <aapt:attr name="android:interpolator"> 46 <pathInterpolator android:pathData="M 0.0,0.0 c0.3,0 0.1,1 1.0,1.0" /> 47 </aapt:attr> 48 </objectAnimator> 49 </set> 50 </aapt:attr> 51 </target> 52 <target android:name="time_group"> 53 <aapt:attr name="android:animation"> 54 <set android:ordering="together"> 55 <objectAnimator 56 android:duration="300" 57 android:propertyName="translateX" 58 android:startOffset="0" 59 android:valueFrom="0" 60 android:valueTo="1" 61 android:valueType="floatType" /> 62 </set> 63 </aapt:attr> 64 </target> 65 <aapt:attr name="android:drawable"> 66 <vector 67 android:width="24dp" 68 android:height="24dp" 69 android:viewportHeight="24" 70 android:viewportWidth="24"> 71 <group android:name="_R_G"> 72 <group 73 android:name="_R_G_L_0_G_T_1" 74 android:rotation="-45" 75 android:translateX="12.875" 76 android:translateY="12.125"> 77 <group 78 android:name="_R_G_L_0_G" 79 android:translateX="-2.375"> 80 <path 81 android:name="_R_G_L_0_G_D_0_P_0" 82 android:pathData=" M3.33 8.62 C2.09,8.68 0.59,8.47 -0.64,7.95 C-1.65,7.53 -2.75,6.9 -3.59,6.09 C-4.38,5.32 -5.19,4.17 -5.61,3.08 C-6.04,1.99 -6.25,0.83 -6.25,-0.39 C-6.25,-1.72 -5.98,-2.85 -5.55,-3.94 C-5.13,-5.02 -4.37,-6 -3.59,-6.78 C-2.63,-7.75 -1.63,-8.28 -0.52,-8.77 C0.48,-9.2 2.04,-9.41 3.15,-9.38 C4.22,-9.35 4.94,-9.16 5.81,-8.79 C5.95,-8.73 6.28,-8.6 6.18,-8.55 C3.44,-6.63 1.83,-3.66 1.83,-0.39 C1.83,2.53 3.47,5.72 6.15,7.86 C6.16,7.9 6.03,7.97 5.91,8.04 C5.12,8.44 4.31,8.56 3.33,8.62c " 83 android:strokeAlpha="1" 84 android:strokeColor="#ffffff" 85 android:strokeLineCap="round" 86 android:strokeLineJoin="round" 87 android:strokeWidth="2" /> 88 </group> 89 </group> 90 </group> 91 <group android:name="time_group" /> 92 </vector> 93 </aapt:attr> 94</animated-vector> 95