summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2010-12-16 18:38:05 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-12-16 18:38:05 -0800
commit1d9c213a7f9c8066c5f2ef8fd0b93408c4869321 (patch)
tree70db7a6f8a462c75fb181ba6ccf6eedf622ef285
parent95d2d2d89cb5296eef5fe2abbcbd03d33e9c1782 (diff)
parenta34d0b3d7ba11f49de18a5f3fd6ca32fcb83e22d (diff)
downloadandroid_packages_apps_Trebuchet-1d9c213a7f9c8066c5f2ef8fd0b93408c4869321.tar.gz
android_packages_apps_Trebuchet-1d9c213a7f9c8066c5f2ef8fd0b93408c4869321.tar.bz2
android_packages_apps_Trebuchet-1d9c213a7f9c8066c5f2ef8fd0b93408c4869321.zip
Merge "Re-enabling clipping of children in cell layout (not necessary now that hotdog is out)."
-rw-r--r--src/com/android/launcher2/CellLayout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index daaf4bece..fd0ef51d1 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);