Fix/improve issue #2142662: too easy to click a link/item instead of fling

Reduce the slop.

Change-Id: If255e68cc8092e7f746a91c0fea27abfc5292b73
This commit is contained in:
Dianne Hackborn
2009-09-25 01:34:28 -07:00
parent 896b15abea
commit 3e2ac88434

View File

@@ -89,7 +89,7 @@ public class ViewConfiguration {
/** /**
* Distance a touch can wander before we think the user is scrolling in pixels * Distance a touch can wander before we think the user is scrolling in pixels
*/ */
private static final int TOUCH_SLOP = 25; private static final int TOUCH_SLOP = 16;
/** /**
* Distance between the first touch and second touch to still be considered a double tap * Distance between the first touch and second touch to still be considered a double tap