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_D_0_P_0">
19        <aapt:attr name="android:animation">
20            <set android:ordering="together">
21                <objectAnimator
22                    android:duration="167"
23                    android:propertyName="fillColor"
24                    android:startOffset="0"
25                    android:valueFrom="#000000"
26                    android:valueTo="#ffffff"
27                    android:valueType="colorType">
28                    <aapt:attr name="android:interpolator">
29                        <pathInterpolator android:pathData="M 0.0,0.0 c0.167,0.167 0.833,0.833 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="333"
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:translateX="12"
58                    android:translateY="11.969">
59                    <path
60                        android:name="_R_G_L_0_G_D_0_P_0"
61                        android:fillAlpha="1"
62                        android:fillColor="#000000"
63                        android:fillType="nonZero"
64                        android:pathData=" M-3.5 8.5 C-3.5,8.5 -3.5,10 -3.5,10 C-3.5,10 0,9 0,9 C0,9 3.5,10 3.5,10 C3.5,10 3.5,8.5 3.5,8.5 C3.5,8.5 1.5,7 1.5,7 C1.5,7 1.5,1.5 1.5,1.5 C1.5,1.5 10,4 10,4 C10,4 10,2 10,2 C10,2 1.5,-3 1.5,-3 C1.5,-3 1.5,-8.02 1.5,-8.02 C1.5,-8.44 1.2,-9.52 0,-9.52 C-1.19,-9.52 -1.5,-8.44 -1.5,-8.02 C-1.5,-8.02 -1.5,-3 -1.5,-3 C-1.5,-3 -10,2 -10,2 C-10,2 -10,4 -10,4 C-10,4 -1.5,1.5 -1.5,1.5 C-1.5,1.5 -1.5,7 -1.5,7 C-1.5,7 -3.5,8.5 -3.5,8.5c " />
65                </group>
66            </group>
67            <group android:name="time_group" />
68        </vector>
69    </aapt:attr>
70</animated-vector>
71