summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-12-13 12:11:33 -0800
committerWinson Chung <winsonc@google.com>2010-12-14 15:32:02 -0800
commit88127038178b3bbf0eb91103a31e682cc0615074 (patch)
treeb380b586ed42782e8d9f34866dc083dec435e90b /src/com/android/launcher2/CellLayout.java
parent09a19c4cfc91795a11ae0b4e75b6fc6588cffee9 (diff)
downloadandroid_packages_apps_Trebuchet-88127038178b3bbf0eb91103a31e682cc0615074.tar.gz
android_packages_apps_Trebuchet-88127038178b3bbf0eb91103a31e682cc0615074.tar.bz2
android_packages_apps_Trebuchet-88127038178b3bbf0eb91103a31e682cc0615074.zip
Various tweaks to launcher
- Removing hotdog for shadow bg protection - Adding bg protection for customization tray - Restoring holographic outlines for all apps - Small bug fixes Change-Id: I58d81bb490f78c76fcaf46122febc3c1aace854e
Diffstat (limited to 'src/com/android/launcher2/CellLayout.java')
-rw-r--r--src/com/android/launcher2/CellLayout.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java
index fd0ef51d1..daaf4bece 100644
--- a/src/com/android/launcher2/CellLayout.java
+++ b/src/com/android/launcher2/CellLayout.java
@@ -139,6 +139,7 @@ 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);