Skip to content

Commit 2436579

Browse files
committed
resolved conflicts for merge of db81dc7 to master
Change-Id: Ie7e1d9a255934e45d8b241b15e9674046cff2444
2 parents 1ba22cc + db81dc7 commit 2436579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/java/android/view/ViewConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

core/res/res/values/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,6 @@
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>

0 commit comments

Comments
 (0)