blob: 3c3c131ef16b71da65110a84f08898ae29d922c6 [file] [log] [blame]
John Spurlock2d695812014-10-30 13:25:21 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
Evan Laird801949e2017-06-30 10:18:34 -04003 Copyright (C) 2017 The Android Open Source Project
John Spurlock2d695812014-10-30 13:25:21 -04004
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-->
Evan Laird801949e2017-06-30 10:18:34 -040017<set
18 xmlns:android="http://schemas.android.com/apk/res/android" >
John Spurlock2d695812014-10-30 13:25:21 -040019 <set
20 android:ordering="sequentially" >
21 <objectAnimator
John Spurlockd7faa952014-11-09 18:24:16 -050022 android:duration="50"
John Spurlock2d695812014-10-30 13:25:21 -040023 android:propertyName="fillAlpha"
Evan Laird801949e2017-06-30 10:18:34 -040024 android:valueFrom="0.0"
25 android:valueTo="0.0"
26 android:valueType="floatType"
John Spurlock2d695812014-10-30 13:25:21 -040027 android:interpolator="@android:interpolator/linear" />
28 <objectAnimator
Evan Laird801949e2017-06-30 10:18:34 -040029 android:duration="83"
John Spurlock2d695812014-10-30 13:25:21 -040030 android:propertyName="fillAlpha"
Evan Laird801949e2017-06-30 10:18:34 -040031 android:valueFrom="0.0"
32 android:valueTo="1.0"
33 android:valueType="floatType"
John Spurlock2d695812014-10-30 13:25:21 -040034 android:interpolator="@android:interpolator/linear" />
35 </set>
36</set>