mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
fix 2261196 icons could be bigger when you drag them onto home screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user