summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Michael Kwan <mkwan@google.com> 2016-12-01 02:57:59 +0000
committer android-build-merger <android-build-merger@google.com> 2016-12-01 02:57:59 +0000
commitd344f82aefe27c84ecb57cb9f40bbcb8c5376c3d (patch)
tree79d70be817866848232c2d96f13356c2aaa573ad
parentf9f477454e0fb1f87847006823303ad30780282a (diff)
parentf1963fe3408ca1a1e05cbb6fda12878d6e20e098 (diff)
Change exit animation to use normal z-order. am: a562fe4a23
am: f1963fe340 Change-Id: I53ae6e0e5735f20f5fe254d4d0380955be635b16
-rw-r--r--core/res/res/anim/slide_out_micro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/anim/slide_out_micro.xml b/core/res/res/anim/slide_out_micro.xml
index 7532ee383477..cccf6972ba87 100644
--- a/core/res/res/anim/slide_out_micro.xml
+++ b/core/res/res/anim/slide_out_micro.xml
@@ -19,7 +19,7 @@
-->
<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:zAdjustment="top">
+ android:zAdjustment="normal">
<translate android:fromXDelta="0" android:toXDelta="5%p"
android:duration="250"
android:interpolator="@android:interpolator/fast_out_slow_in"/>