We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29933fb + 6720a87 commit cf6a652Copy full SHA for cf6a652
2 files changed
core/java/android/view/ViewConfiguration.java
@@ -149,7 +149,7 @@ public class ViewConfiguration {
149
* It may be appropriate to tweak this on a device-specific basis in an overlay based on
150
* the characteristics of the touch panel and firmware.
151
*/
152
- private static final int TOUCH_SLOP = 4;
+ private static final int TOUCH_SLOP = 8;
153
154
/**
155
* Distance a touch can wander before we think the user is attempting a paged scroll
core/res/res/values/config.xml
@@ -744,5 +744,5 @@
744
745
<!-- Base "touch slop" value used by ViewConfiguration as a
746
movement threshold where scrolling should begin. -->
747
- <dimen name="config_viewConfigurationTouchSlop">4dp</dimen>
+ <dimen name="config_viewConfigurationTouchSlop">8dp</dimen>
748
</resources>
0 commit comments