File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public class ViewConfiguration {
149149 * It may be appropriate to tweak this on a device-specific basis in an overlay based on
150150 * the characteristics of the touch panel and firmware.
151151 */
152- private static final int TOUCH_SLOP = 4 ;
152+ private static final int TOUCH_SLOP = 8 ;
153153
154154 /**
155155 * Distance the first touch can wander before we stop considering this event a double tap
Original file line number Diff line number Diff line change 750750
751751 <!-- Base "touch slop" value used by ViewConfiguration as a
752752 movement threshold where scrolling should begin. -->
753- <dimen name =" config_viewConfigurationTouchSlop" >4dp </dimen >
753+ <dimen name =" config_viewConfigurationTouchSlop" >8dp </dimen >
754754
755755</resources >
You can’t perform that action at this time.
0 commit comments