diff options
| author | 2016-12-01 02:52:58 +0000 | |
|---|---|---|
| committer | 2016-12-01 02:52:58 +0000 | |
| commit | f1963fe3408ca1a1e05cbb6fda12878d6e20e098 (patch) | |
| tree | 567bb3ea80e0c810250f261eed7e8a6577e38090 | |
| parent | 5544461b3e4271cb23ca9b7995402cbc3a0f9fe8 (diff) | |
| parent | a562fe4a23634f7a329cf795029d3cf4c957de80 (diff) | |
Change exit animation to use normal z-order.
am: a562fe4a23
Change-Id: Ieacdc633ae77c445b091f8d8e56ff30733e8fb00
| -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"/> |