Merge "Fix drag outlines for full-sized icons" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a742856872
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user