diff options
| author | 2023-09-21 00:09:26 +0000 | |
|---|---|---|
| committer | 2023-09-21 00:09:26 +0000 | |
| commit | 4e348d499852713dce03e1f7a15aa3fb87af1f4e (patch) | |
| tree | 4b5c872d5dbeb044488a71079019506eda56bd17 | |
| parent | 3d29c0646a01ff71856db8103fbf7e7528e0ebda (diff) | |
| parent | f1b0bfea3942d2005d39628772ff3a11a60c9766 (diff) | |
Merge "Change config.xml handwrtiingSlop to 2dp" into udc-qpr-dev
| -rw-r--r-- | 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 8cec8f871829..24dbc5eaed41 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2791,7 +2791,7 @@ <!-- Base "handwriting slop" value used by ViewConfiguration as a movement threshold where stylus handwriting should begin. --> - <dimen name="config_viewConfigurationHandwritingSlop">4dp</dimen> + <dimen name="config_viewConfigurationHandwritingSlop">2dp</dimen> <!-- Base "hover slop" value used by ViewConfiguration as a movement threshold under which hover is considered "stationary". --> |