From a34d0b3d7ba11f49de18a5f3fd6ca32fcb83e22d Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 16 Dec 2010 18:26:55 -0800 Subject: [PATCH] Re-enabling clipping of children in cell layout (not necessary now that hotdog is out). Change-Id: Ia10b3d8b12848785ed6731323b00f9d33c71e3d2 --- src/com/android/launcher2/CellLayout.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java index daaf4bece3..fd0ef51d18 100644 --- a/src/com/android/launcher2/CellLayout.java +++ b/src/com/android/launcher2/CellLayout.java @@ -139,7 +139,6 @@ public class CellLayout extends ViewGroup implements Dimmable { // A ViewGroup usually does not draw, but CellLayout needs to draw a rectangle to show // the user where a dragged item will land when dropped. setWillNotDraw(false); - setClipChildren(false); TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);