Fix drag outlines for full-sized icons

Bug: 6384822
Change-Id: I4e861d7b99acbc458a3c812f04b5601a2de9a567
This commit is contained in:
Michael Jurka
2012-04-26 13:33:26 -07:00
parent c9b5d2b980
commit f8304f05db
+1 -1
View File
@@ -174,7 +174,7 @@ public class Workspace extends SmoothPagedView
private final int[] mTempXY = new int[2];
private float mOverscrollFade = 0;
private boolean mOverscrollTransformsSet;
public static final int DRAG_BITMAP_PADDING = 0;
public static final int DRAG_BITMAP_PADDING = 2;
// Camera and Matrix used to determine the final position of a neighboring CellLayout
private final Matrix mMatrix = new Matrix();