Update to platforms;android-28.
[android_tools.git] / sdk / platforms / android-28 / data / res / anim-ldrtl / task_open_exit.xml
blobf50494d81eb59e6ba00c03293d7d7699b44e8254
1 <?xml version="1.0" encoding="utf-8"?><!--
2   ~ Copyright (C) 2018 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   -->
17 <set xmlns:android="http://schemas.android.com/apk/res/android"
18     android:shareInterpolator="false"
19     android:showWallpaper="true">
21     <alpha
22         android:fromAlpha="1.0"
23         android:toAlpha="1"
24         android:fillEnabled="true"
25         android:fillBefore="true"
26         android:fillAfter="true"
27         android:interpolator="@interpolator/linear"
28         android:startOffset="67"
29         android:duration="283"/>
31     <translate
32         android:fromXDelta="0"
33         android:toXDelta="105%"
34         android:fillEnabled="true"
35         android:fillBefore="true"
36         android:fillAfter="true"
37         android:interpolator="@interpolator/aggressive_ease"
38         android:startOffset="50"
39         android:duration="383"/>
41     <scale
42         android:fromXScale="1.0"
43         android:toXScale="0.95"
44         android:fromYScale="1.0"
45         android:toYScale="0.95"
46         android:fillEnabled="true"
47         android:fillBefore="true"
48         android:fillAfter="true"
49         android:pivotX="50%"
50         android:pivotY="50%"
51         android:interpolator="@interpolator/fast_out_slow_in"
52         android:duration="283"/>
54     <!-- This is needed to keep the animation running while task_open_enter completes -->
55     <alpha
56         android:fromAlpha="1.0"
57         android:toAlpha="1.0"
58         android:duration="600"/>
59 </set>