Fixing issue where folder icon shows holographic outline.

Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
This commit is contained in:
Winson Chung
2011-09-30 16:52:26 -07:00
parent e4a647f879
commit 1e9cbfef04
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -1882,6 +1882,12 @@ public class Workspace extends SmoothPagedView
dragRect = new Rect(0, 0, child.getWidth(), previewSize);
}
// Clear the pressed state if necessary
if (child instanceof BubbleTextView) {
BubbleTextView icon = (BubbleTextView) child;
icon.clearPressedOrFocusedBackground();
}
mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
DragController.DRAG_ACTION_MOVE, dragRect);
b.recycle();