Eliminate flash when going from home to recents
When the wallpaper animation is coupled to the recents animation it will go from fully transparent to visible along with it. In master this is causing noticable jank if we are going from the home screen where it was previously visible. Detaching the wallpaper animation from the recents animation fixes it. Change-Id: If1d1a1478530610017d954983b00ca6101cbaa8b
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:detachWallpaper="true"
|
||||
android:shareInterpolator="false"
|
||||
android:zAdjustment="normal">
|
||||
<!--scale android:fromXScale="2.0" android:toXScale="1.0"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:detachWallpaper="true"
|
||||
android:shareInterpolator="false"
|
||||
android:zAdjustment="top">
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
|
||||
Reference in New Issue
Block a user