diff options
| author | 2016-12-01 02:57:59 +0000 | |
|---|---|---|
| committer | 2016-12-01 02:57:59 +0000 | |
| commit | d344f82aefe27c84ecb57cb9f40bbcb8c5376c3d (patch) | |
| tree | 79d70be817866848232c2d96f13356c2aaa573ad | |
| parent | f9f477454e0fb1f87847006823303ad30780282a (diff) | |
| parent | f1963fe3408ca1a1e05cbb6fda12878d6e20e098 (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.xml | 2 |
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"/> |