summaryrefslogtreecommitdiff
path: root/data/res/anim/wallpaper_close_enter.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2018-04-12 14:53:04 -0400
committerJason Monk <jmonk@google.com>2018-04-12 18:19:39 -0400
commit8dc7857d3daed2539afdb787855b825825c811b6 (patch)
treea77e692ba23b47fe8f0debc8ce334dd660f1a92f /data/res/anim/wallpaper_close_enter.xml
parentfd6b0cff10c03869d0437e661b8f96e6f1e13827 (diff)
downloadandroid-28-8dc7857d3daed2539afdb787855b825825c811b6.tar.gz
Import Android SDK Platform P [4717198]
/google/data/ro/projects/android/fetch_artifact \ --bid 4717198 \ --target sdk_phone_armv7-sdk_mac \ sdk-repo-darwin-platforms-4717198.zip AndroidVersion.ApiLevel has been modified to appear as 28 Bug: 73123786 Change-Id: I3b949b34cafad1a270ae932baf0e2909cd20f7b9
Diffstat (limited to 'data/res/anim/wallpaper_close_enter.xml')
-rw-r--r--data/res/anim/wallpaper_close_enter.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/data/res/anim/wallpaper_close_enter.xml b/data/res/anim/wallpaper_close_enter.xml
index 7256a3c1..081aee1e 100644
--- a/data/res/anim/wallpaper_close_enter.xml
+++ b/data/res/anim/wallpaper_close_enter.xml
@@ -22,13 +22,14 @@
<alpha android:fromAlpha="0" android:toAlpha="1.0"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
- android:interpolator="@interpolator/decelerate_quart"
- android:startOffset="300"
- android:duration="167"/>
+ android:interpolator="@interpolator/linear"
+ android:duration="133"/>
- <translate android:fromYDelta="110%" android:toYDelta="0"
+ <scale android:fromXScale="70%" android:toXScale="100%"
+ android:fromYScale="70%" android:toYScale="100%"
+ android:pivotX="50%"
+ android:pivotY="50%"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
- android:interpolator="@interpolator/decelerate_quint"
- android:startOffset="300"
- android:duration="417" />
-</set> \ No newline at end of file
+ android:interpolator="@interpolator/linear_out_slow_in"
+ android:duration="275" />
+</set>