1 <!-- 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 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="16dp" 21 android:width="4dp" 22 android:viewportHeight="16" 23 android:viewportWidth="4"> 24 <group android:name="_R_G"> 25 <group android:name="_R_G_L_0_G" 26 android:translateX="2" 27 android:translateY="8"> 28 <path android:name="_R_G_L_0_G_D_0_P_0" 29 android:fillColor="#ffffff" 30 android:fillAlpha="1" 31 android:fillType="nonZero" 32 android:pathData=" M2 -6 C2,-6 2,6 2,6 C2,7.1 1.1,8 0,8 C0,8 0,8 0,8 C-1.1,8 -2,7.1 -2,6 C-2,6 -2,-6 -2,-6 C-2,-7.1 -1.1,-8 0,-8 C0,-8 0,-8 0,-8 C1.1,-8 2,-7.1 2,-6c "/> 33 </group> 34 </group> 35 <group android:name="time_group"/> 36 </vector> 37 </aapt:attr> 38 <target android:name="time_group"> 39 <aapt:attr name="android:animation"> 40 <set android:ordering="together"> 41 <objectAnimator android:propertyName="translateX" 42 android:duration="1017" 43 android:startOffset="0" 44 android:valueFrom="0" 45 android:valueTo="1" 46 android:valueType="floatType"/> 47 </set> 48 </aapt:attr> 49 </target> 50 </animated-vector> 51