fix 2261196 icons could be bigger when you drag them onto home screen

This commit is contained in:
Joe Onorato 2010-02-01 19:10:25 -05:00
parent e9a3f3d85b
commit e538b11371
1 changed files with 1 additions and 1 deletions

View File

@ -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;