Make paging touch slop smaller

Change-Id: I36e2623dcc6e3209de51d32841ca68ce322cc5d8
This commit is contained in:
Adam Powell
2010-03-11 10:25:24 -08:00
parent 9dd14231a2
commit b7ef1d9ec9

View File

@@ -105,7 +105,7 @@ public class ViewConfiguration {
* Distance a touch can wander before we think the user is attempting a paged scroll
* (in dips)
*/
private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 3;
private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;
/**
* Distance between the first touch and second touch to still be considered a double tap