Refactor zooming animation, and apply it to customize drawer too.
Change-Id: I0bbd5a68adc82cea02dc583ac3d04e3de8c0346e
This commit is contained in:
@@ -1181,7 +1181,7 @@ public class Workspace extends ViewGroup
|
||||
new PropertyAnimator(duration, cl, "translationX", 0.0f),
|
||||
new PropertyAnimator(duration, cl, "translationY", 0.0f),
|
||||
new PropertyAnimator(duration, cl, "scaleX", 1.0f),
|
||||
new PropertyAnimator(duration, cl, "scaleY", cl.getScaleY(), 1.0f),
|
||||
new PropertyAnimator(duration, cl, "scaleY", 1.0f),
|
||||
new PropertyAnimator(duration, cl, "dimmedBitmapAlpha", 0.0f));
|
||||
}
|
||||
s.addListener(mUnshrinkAnimationListener);
|
||||
|
||||
Reference in New Issue
Block a user