Merge "fix bug with alpha level of items on workspace" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
e464aeb13a
@@ -625,6 +625,7 @@ public class CellLayout extends ViewGroup implements Dimmable, VisibilityChanged
|
||||
child.setId(childId);
|
||||
|
||||
addView(child, index, lp);
|
||||
child.setAlpha(getAlpha());
|
||||
if (child instanceof VisibilityChangedBroadcaster) {
|
||||
VisibilityChangedBroadcaster v = (VisibilityChangedBroadcaster) child;
|
||||
v.setVisibilityChangedListener(this);
|
||||
|
||||
Reference in New Issue
Block a user