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 a touch can wander before we think the user is attempting a paged scroll
Original file line number Diff line number Diff line change 744744
745745 <!-- Base "touch slop" value used by ViewConfiguration as a
746746 movement threshold where scrolling should begin. -->
747- <dimen name =" config_viewConfigurationTouchSlop" >4dp </dimen >
747+ <dimen name =" config_viewConfigurationTouchSlop" >8dp </dimen >
748748</resources >
You can’t perform that action at this time.
0 commit comments