Merge "Fixed issue where background wasn't rendered behind customization tray" into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7692bb816
@@ -114,7 +114,7 @@ public class Workspace extends SmoothPagedView
|
||||
private ValueAnimator mBackgroundFadeOutAnimation;
|
||||
private Drawable mBackground;
|
||||
private Drawable mCustomizeTrayBackground;
|
||||
boolean mDrawBackground;
|
||||
boolean mDrawBackground = true;
|
||||
private boolean mDrawCustomizeTrayBackground;
|
||||
private float mBackgroundAlpha = 0;
|
||||
private float mOverScrollMaxBackgroundAlpha = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user