fix 2261196 icons could be bigger when you drag them onto home screen
This commit is contained in:
parent
e9a3f3d85b
commit
e538b11371
|
@ -37,7 +37,7 @@ import android.view.WindowManagerImpl;
|
|||
|
||||
public class DragView extends View implements TweenCallback {
|
||||
// Number of pixels to add to the dragged item for scaling. Should be even for pixel alignment.
|
||||
private static final int DRAG_SCALE = 24;
|
||||
private static final int DRAG_SCALE = 40;
|
||||
|
||||
private Bitmap mBitmap;
|
||||
private Paint mPaint;
|
||||
|
|
Loading…
Reference in New Issue