Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / anim / progress_indeterminate_material.xml
blob98555e899a000bdbd239cba3458df7357f29f023
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  Copyright (C) 2014 The Android Open Source Project
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
9           http://www.apache.org/licenses/LICENSE-2.0
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16 -->
18 <set xmlns:android="http://schemas.android.com/apk/res/android" >
20     <objectAnimator
21         android:duration="1333"
22         android:interpolator="@interpolator/trim_start_interpolator"
23         android:propertyName="trimPathStart"
24         android:repeatCount="-1"
25         android:valueFrom="0"
26         android:valueTo="0.75"
27         android:valueType="floatType" />
28     <objectAnimator
29         android:duration="1333"
30         android:interpolator="@interpolator/trim_end_interpolator"
31         android:propertyName="trimPathEnd"
32         android:repeatCount="-1"
33         android:valueFrom="0"
34         android:valueTo="0.75"
35         android:valueType="floatType" />
36     <objectAnimator
37         android:duration="1333"
38         android:interpolator="@android:anim/linear_interpolator"
39         android:propertyName="trimPathOffset"
40         android:repeatCount="-1"
41         android:valueFrom="0"
42         android:valueTo="0.25"
43         android:valueType="floatType" />
45 </set>