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=" M15 8 C15,6.58 14.5,5.27 13.67,4.24 C14.09,4.1 14.53,4 15,4 C17.21,4 19,5.79 19,8 C19,10.21 17.21,12 15,12 C14.57,12 14.16,11.91 13.77,11.79 C13.74,11.78 13.71,11.77 13.67,11.76 C14.5,10.73 15,9.42 15,8c  M16.66 13.13 C18.03,14.06 19,15.32 19,17 C19,17 19,20 19,20 C19,20 23,20 23,20 C23,20 23,17 23,17 C23,14.82 19.42,13.53 16.66,13.13c  M9 6 C7.9,6 7,6.9 7,8 C7,9.1 7.9,10 9,10 C10.1,10 11,9.1 11,8 C11,6.9 10.1,6 9,6c  M9 15 C6.3,15 3.2,16.29 3,17.01 C3,17.01 3,18 3,18 C3,18 15,18 15,18 C15,18 15,17 15,17 C14.8,16.29 11.7,15 9,15c  M9 4 C11.21,4 13,5.79 13,8 C13,10.21 11.21,12 9,12 C6.79,12 5,10.21 5,8 C5,5.79 6.79,4 9,4c  M9 13 C11.67,13 17,14.34 17,17 C17,17 17,20 17,20 C17,20 1,20 1,20 C1,20 1,17 1,17 C1,14.34 6.33,13 9,13c "/>
28                </group>
29            </group>
30            <group android:name="time_group"/>
31        </vector>
32    </aapt:attr>
33    <target android:name="time_group">
34        <aapt:attr name="android:animation">
35            <set android:ordering="together">
36                <objectAnimator android:propertyName="translateX" android:duration="2000"
37                                android:startOffset="0" android:valueFrom="0" android:valueTo="1"
38                                android:valueType="floatType"/>
39            </set>
40        </aapt:attr>
41    </target>
42</animated-vector>