Merge "Fix drag outlines for full-sized icons" into jb-dev

This commit is contained in:
Michael Jurka
2012-04-26 14:00:52 -07:00
committed by Android (Google) Code Review
+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();