Align the duration of task exit animation to enter animation
Now they are both 500ms. Otherwise if the duration of exit animation
is longer, it may cover the entering task.
Bug: 201998178
Test: Back from a task in a different orientation, the exiting
task should not flash on screen.
Change-Id: Iefa134e4217ba35d33801225368b7a5df60d932c
This commit is contained in:
@@ -28,9 +28,4 @@
|
||||
android:startOffset="0"
|
||||
android:duration="500"/>
|
||||
|
||||
<!-- This is needed to keep the animation running while task_open_enter completes -->
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="600"/>
|
||||
</set>
|
||||
</set>
|
||||
|
||||
@@ -28,9 +28,4 @@
|
||||
android:startOffset="0"
|
||||
android:duration="500"/>
|
||||
|
||||
<!-- This is needed to keep the animation running while task_open_enter completes -->
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="600"/>
|
||||
</set>
|
||||
</set>
|
||||
|
||||
@@ -30,9 +30,4 @@
|
||||
android:startOffset="0"
|
||||
android:duration="500"/>
|
||||
|
||||
<!-- This is needed to keep the animation running while task_open_enter completes -->
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="600"/>
|
||||
</set>
|
||||
</set>
|
||||
|
||||
@@ -30,9 +30,4 @@
|
||||
android:startOffset="0"
|
||||
android:duration="500"/>
|
||||
|
||||
<!-- This is needed to keep the animation running while task_open_enter completes -->
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="600"/>
|
||||
</set>
|
||||
</set>
|
||||
|
||||
Reference in New Issue
Block a user