diff options
author | Adam Powell <adamp@google.com> | 2011-12-07 17:35:32 -0800 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2011-12-07 17:53:46 -0800 |
commit | 6720a87ad161a12c9dc7e11b2ae0165e65483464 (patch) | |
tree | 23f701cb37077472969df487ab1df509388d7fda /core/res | |
parent | dc8cb9aa7e8f341ab88ae57e9d2cb99502844e5b (diff) | |
download | frameworks_base-6720a87ad161a12c9dc7e11b2ae0165e65483464.zip frameworks_base-6720a87ad161a12c9dc7e11b2ae0165e65483464.tar.gz frameworks_base-6720a87ad161a12c9dc7e11b2ae0165e65483464.tar.bz2 |
Raise touch slop value from previous experiment
Change-Id: I7681c401803643f309fd988824602169a830de29
Diffstat (limited to 'core/res')
-rwxr-xr-x | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1853444..30002c5 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -744,5 +744,5 @@ <!-- Base "touch slop" value used by ViewConfiguration as a movement threshold where scrolling should begin. --> - <dimen name="config_viewConfigurationTouchSlop">4dp</dimen> + <dimen name="config_viewConfigurationTouchSlop">8dp</dimen> </resources> |