Merge "Change exit animation to use normal z-order." into cw-f-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6abcefd350
@@ -19,7 +19,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:zAdjustment="top">
|
android:zAdjustment="normal">
|
||||||
<translate android:fromXDelta="0" android:toXDelta="5%p"
|
<translate android:fromXDelta="0" android:toXDelta="5%p"
|
||||||
android:duration="250"
|
android:duration="250"
|
||||||
android:interpolator="@android:interpolator/fast_out_slow_in"/>
|
android:interpolator="@android:interpolator/fast_out_slow_in"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user