1<!--
2  ~ Copyright (C) 2019 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="24dp" android:width="24dp" android:viewportHeight="24"
21                android:viewportWidth="24"
22                android:tint="?android:attr/colorControlNormal">
23            <group android:name="_R_G">
24                <group android:name="_R_G_L_0_G">
25                    <path android:name="_R_G_L_0_G_D_0_P_0" android:fillColor="#000000"
26                          android:fillAlpha="1" android:fillType="nonZero"
27                          android:pathData=" M12 7 C9.52,7 7.5,9.02 7.5,11.5 C7.5,13.98 9.52,16 12,16 C14.48,16 16.5,13.98 16.5,11.5 C16.5,9.02 14.48,7 12,7c  M12 14.2 C10.51,14.2 9.3,12.99 9.3,11.5 C9.3,10.01 10.51,8.8 12,8.8 C13.49,8.8 14.7,10.01 14.7,11.5 C14.7,12.99 13.49,14.2 12,14.2c "/>
28                    <path android:name="_R_G_L_0_G_D_1_P_0" android:fillColor="#000000"
29                          android:fillAlpha="1" android:fillType="nonZero"
30                          android:pathData=" M12 4 C7,4 2.73,7.11 1,11.5 C2.73,15.89 7,19 12,19 C17,19 21.27,15.89 23,11.5 C21.27,7.11 17,4 12,4c  M12 17 C8.21,17 4.83,14.87 3.18,11.5 C4.83,8.13 8.21,6 12,6 C15.79,6 19.17,8.13 20.82,11.5 C19.17,14.87 15.79,17 12,17c "/>
31                </group>
32            </group>
33            <group android:name="time_group"/>
34        </vector>
35    </aapt:attr>
36    <target android:name="time_group">
37        <aapt:attr name="android:animation">
38            <set android:ordering="together">
39                <objectAnimator android:propertyName="translateX" android:duration="2000"
40                                android:startOffset="0" android:valueFrom="0" android:valueTo="1"
41                                android:valueType="floatType"/>
42            </set>
43        </aapt:attr>
44    </target>
45</animated-vector>