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="time_group"> 19 <aapt:attr name="android:animation"> 20 <set android:ordering="together"> 21 <objectAnimator 22 android:duration="183" 23 android:propertyName="translateX" 24 android:startOffset="0" 25 android:valueFrom="0" 26 android:valueTo="1" 27 android:valueType="floatType" /> 28 </set> 29 </aapt:attr> 30 </target> 31 <aapt:attr name="android:drawable"> 32 <vector 33 android:width="24dp" 34 android:height="24dp" 35 android:viewportHeight="24" 36 android:viewportWidth="24"> 37 <group android:name="_R_G"> 38 <group 39 android:name="_R_G_L_0_G" 40 android:rotation="-225" 41 android:scaleX="0.85" 42 android:scaleY="0.85" 43 android:translateX="12" 44 android:translateY="12"> 45 <path 46 android:name="_R_G_L_0_G_D_0_P_0" 47 android:fillAlpha="1" 48 android:fillColor="#ffffff" 49 android:fillType="nonZero" 50 android:pathData=" M-2.83 -4.24 C-2.83,-4.24 4.24,2.83 4.24,2.83 C4.24,2.83 2.83,4.24 2.83,4.24 C2.83,4.24 -4.24,-2.83 -4.24,-2.83 C-4.24,-2.83 -2.83,-4.24 -2.83,-4.24c M7.07 7.09 C4.65,9.51 1.78,10.02 0,10.02 C-5.52,10.02 -10,5.54 -10,0.02 C-10,-1.76 -9.49,-4.52 -7.07,-7.07 C-7.07,-7.07 -5.66,-5.67 -5.66,-5.67 C-7.73,-3.44 -8,-1.2 -8,0.02 C-8,4.43 -4.41,8.02 0,8.02 C1.22,8.02 3.42,7.71 5.67,5.64 C5.67,5.64 7.07,7.09 7.07,7.09c M-7.06 -7.1 C-4.62,-9.54 -1.81,-9.94 -0.03,-9.94 C5.49,-9.94 9.97,-5.46 9.97,0.06 C9.97,1.84 9.49,4.63 7.07,7.05 C7.07,7.05 5.66,5.64 5.66,5.64 C7.67,3.51 7.97,1.28 7.97,0.06 C7.97,-4.35 4.38,-7.94 -0.03,-7.94 C-1.25,-7.94 -3.43,-7.88 -5.65,-5.66 C-5.65,-5.66 -7.06,-7.1 -7.06,-7.1c " /> 51 </group> 52 </group> 53 <group android:name="time_group" /> 54 </vector> 55 </aapt:attr> 56</animated-vector> 57