OSDN Git Service

Update anim to spec
authorJorim Jaggi <jjaggi@google.com>
Thu, 5 Apr 2018 14:45:41 +0000 (16:45 +0200)
committerJorim Jaggi <jjaggi@google.com>
Fri, 6 Apr 2018 11:29:57 +0000 (11:29 +0000)
Test: Close translucent activity
Change-Id: I6854fa02f6ffafdcffe3804090cfc88c7d84edc9
Fixes: 72396815

core/res/res/anim/activity_translucent_close_exit.xml

index 04c5dea..02df0ff 100644 (file)
@@ -20,6 +20,6 @@
     <translate
         android:fromYDelta="0%"
         android:toYDelta="100%"
-        android:interpolator="@interpolator/fast_out_linear_in"
-        android:duration="300"/>
+        android:interpolator="@interpolator/accelerate_quad"
+        android:duration="250"/>
 </set>