diff options
| author | 2016-12-01 02:57:54 +0000 | |
|---|---|---|
| committer | 2016-12-01 02:57:54 +0000 | |
| commit | 901422ddb42af7b42afb9e7515c8e77826ccd026 (patch) | |
| tree | 79d70be817866848232c2d96f13356c2aaa573ad | |
| parent | f9f477454e0fb1f87847006823303ad30780282a (diff) | |
| parent | 8370c48c8dbe6e51abfc8203cf00f1bc0cbd4c30 (diff) | |
Change exit animation to use normal z-order. am: a562fe4a23
am: 8370c48c8d
Change-Id: Ib250c8d2f8d205bdde970898f01aacdd41785d82
| -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"/> |