Merge "Adjust sampling interval for gesture stroke drawing a bit."

main
Ken Wakasa 2013-05-14 11:55:33 +00:00 committed by Android (Google) Code Review
commit d78c776b7b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<!-- Gesture trail parameters -->
<!-- Minimum distance between gesture trail sampling points. -->
<dimen name="gesture_trail_min_sampling_distance">6.4dp</dimen>
<dimen name="gesture_trail_min_sampling_distance">9.6dp</dimen>
<!-- Maximum angular threshold between gesture trails interpolation segments in degree. -->
<integer name="gesture_trail_max_interpolation_angular_threshold">15</integer>
<!-- Maximum distance threshold between gesture trails interpolation segments. -->