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">
19        <aapt:attr name="android:animation">
20            <set android:ordering="together">
21                <objectAnimator
22                    android:duration="500"
23                    android:propertyName="rotation"
24                    android:startOffset="0"
25                    android:valueFrom="-225"
26                    android:valueTo="-45"
27                    android:valueType="floatType">
28                    <aapt:attr name="android:interpolator">
29                        <pathInterpolator android:pathData="M 0.0,0.0 c0.4,0 0.2,1 1.0,1.0" />
30                    </aapt:attr>
31                </objectAnimator>
32            </set>
33        </aapt:attr>
34    </target>
35    <target android:name="time_group">
36        <aapt:attr name="android:animation">
37            <set android:ordering="together">
38                <objectAnimator
39                    android:duration="517"
40                    android:propertyName="translateX"
41                    android:startOffset="0"
42                    android:valueFrom="0"
43                    android:valueTo="1"
44                    android:valueType="floatType" />
45            </set>
46        </aapt:attr>
47    </target>
48    <aapt:attr name="android:drawable">
49        <vector
50            android:width="24dp"
51            android:height="24dp"
52            android:viewportHeight="24"
53            android:viewportWidth="24">
54            <group android:name="_R_G">
55                <group
56                    android:name="_R_G_L_0_G"
57                    android:rotation="-225"
58                    android:scaleX="0.85"
59                    android:scaleY="0.85"
60                    android:translateX="12"
61                    android:translateY="12">
62                    <path
63                        android:name="_R_G_L_0_G_D_0_P_0"
64                        android:fillAlpha="1"
65                        android:fillColor="#ffffff"
66                        android:fillType="nonZero"
67                        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 " />
68                </group>
69            </group>
70            <group android:name="time_group" />
71        </vector>
72    </aapt:attr>
73</animated-vector>
74