45 lines
2.5 KiB
XML
45 lines
2.5 KiB
XML
<!--
|
|
~ Copyright (C) 2019 The Android Open Source Project
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License
|
|
-->
|
|
|
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt">
|
|
<aapt:attr name="android:drawable">
|
|
<vector android:height="24dp" android:width="24dp" android:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
<group android:name="_R_G">
|
|
<group android:name="_R_G_L_0_G">
|
|
<path android:name="_R_G_L_0_G_D_0_P_0" android:fillColor="#000000"
|
|
android:fillAlpha="1" android:fillType="nonZero"
|
|
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 "/>
|
|
<path android:name="_R_G_L_0_G_D_1_P_0" android:fillColor="#000000"
|
|
android:fillAlpha="1" android:fillType="nonZero"
|
|
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 "/>
|
|
</group>
|
|
</group>
|
|
<group android:name="time_group"/>
|
|
</vector>
|
|
</aapt:attr>
|
|
<target android:name="time_group">
|
|
<aapt:attr name="android:animation">
|
|
<set android:ordering="together">
|
|
<objectAnimator android:propertyName="translateX" android:duration="2000"
|
|
android:startOffset="0" android:valueFrom="0" android:valueTo="1"
|
|
android:valueType="floatType"/>
|
|
</set>
|
|
</aapt:attr>
|
|
</target>
|
|
</animated-vector> |