diff options
| author | 2016-12-01 02:43:32 +0000 | |
|---|---|---|
| committer | 2016-12-01 02:43:35 +0000 | |
| commit | 6abcefd35036068ea6fa075d9c62c3c21f70cd6f (patch) | |
| tree | 8af62da0287f299e4ec20717a3ba8c735c5acbd3 | |
| parent | 33d498b94647e6b9909b091f9a248b4b10512237 (diff) | |
| parent | a562fe4a23634f7a329cf795029d3cf4c957de80 (diff) | |
Merge "Change exit animation to use normal z-order." into cw-f-dev
| -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"/> |