From e538b113714930df4ef45e68f75342d83f19af06 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 1 Feb 2010 19:10:25 -0500 Subject: [PATCH] fix 2261196 icons could be bigger when you drag them onto home screen --- src/com/android/launcher2/DragView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher2/DragView.java b/src/com/android/launcher2/DragView.java index 7a86273e61..248712ed37 100644 --- a/src/com/android/launcher2/DragView.java +++ b/src/com/android/launcher2/DragView.java @@ -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;