summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragView.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-02-01 19:10:25 -0500
committerJoe Onorato <joeo@android.com>2010-02-01 19:10:25 -0500
commite538b113714930df4ef45e68f75342d83f19af06 (patch)
tree0e5ad8f04363be9d7a6daebf1e7a69c9eeb93a2f /src/com/android/launcher2/DragView.java
parente9a3f3d85bf62d356c603f0c47f9ea7f45efa21f (diff)
downloadandroid_packages_apps_Trebuchet-e538b113714930df4ef45e68f75342d83f19af06.tar.gz
android_packages_apps_Trebuchet-e538b113714930df4ef45e68f75342d83f19af06.tar.bz2
android_packages_apps_Trebuchet-e538b113714930df4ef45e68f75342d83f19af06.zip
fix 2261196 icons could be bigger when you drag them onto home screen
Diffstat (limited to 'src/com/android/launcher2/DragView.java')
-rw-r--r--src/com/android/launcher2/DragView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/DragView.java b/src/com/android/launcher2/DragView.java
index 7a86273e6..248712ed3 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;