Remove wear-specific touch slop overlay

We want to use the default 8 dp now

Bug: 176986977
Test: build success
Change-Id: I8057596601cd5ab97554e76e2bcb7876eb6e89f7
(cherry picked from commit bec5fb3d08a04de22612fb25a68a7c38f08a21dd)
This commit is contained in:
shreerag@google.com
2021-01-19 11:27:33 -08:00
committed by Josh Yang
parent 3145d45ddb
commit 5019ffa253

View File

@@ -27,10 +27,6 @@
<item>restart</item>
</string-array>
<!-- Base "touch slop" value used by ViewConfiguration as a
movement threshold where scrolling should begin. -->
<dimen name="config_viewConfigurationTouchSlop">4dp</dimen>
<!-- Minimum velocity to initiate a fling, as measured in dips per second. -->
<dimen name="config_viewMinFlingVelocity">500dp</dimen>