Merge "Fixed issue where background wasn't rendered behind customization tray" into honeycomb-mr1

This commit is contained in:
Michael Jurka
2011-03-03 15:00:47 -08:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -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;