blob: eaf5f05b88639a940e7eea3515294a89b6b176cd [file] [log] [blame]
Jason Monke645aee2017-03-31 13:19:26 -04001<?xml version="1.0" encoding="utf-8"?>
Evan Laird99d41342017-07-10 16:55:36 -04002<!--
3 Copyright (C) 2017 The Android Open Source Project
4
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
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
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-->
Jason Monke645aee2017-03-31 13:19:26 -040017<set
18 xmlns:android="http://schemas.android.com/apk/res/android" >
19 <set
20 android:ordering="sequentially" >
21 <objectAnimator
Evan Laird99d41342017-07-10 16:55:36 -040022 android:duration="400"
23 android:propertyName="fillAlpha"
24 android:valueFrom="1.0"
25 android:valueTo="1.0"
26 android:valueType="floatType"
27 android:interpolator="@android:interpolator/linear" />
28 <objectAnimator
Jason Monke645aee2017-03-31 13:19:26 -040029 android:duration="16"
30 android:propertyName="fillAlpha"
31 android:valueFrom="1.0"
32 android:valueTo="0.5"
33 android:valueType="floatType"
34 android:interpolator="@android:interpolator/linear" />
35 <objectAnimator
Evan Laird99d41342017-07-10 16:55:36 -040036 android:duration="633"
Jason Monke645aee2017-03-31 13:19:26 -040037 android:propertyName="fillAlpha"
38 android:valueFrom="0.5"
39 android:valueTo="0.5"
40 android:valueType="floatType"
41 android:interpolator="@android:interpolator/linear" />
42 <objectAnimator
43 android:duration="16"
44 android:propertyName="fillAlpha"
45 android:valueFrom="0.5"
46 android:valueTo="1.0"
47 android:valueType="floatType"
48 android:interpolator="@android:interpolator/linear" />
49 </set>
50</set>