am d78c776b: Merge "Adjust sampling interval for gesture stroke drawing a bit."
* commit 'd78c776b7b900a8525daa0e2a455a596d4663848': Adjust sampling interval for gesture stroke drawing a bit.main
commit
23bfac83c2
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
<!-- Gesture trail parameters -->
|
<!-- Gesture trail parameters -->
|
||||||
<!-- Minimum distance between gesture trail sampling points. -->
|
<!-- 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. -->
|
<!-- Maximum angular threshold between gesture trails interpolation segments in degree. -->
|
||||||
<integer name="gesture_trail_max_interpolation_angular_threshold">15</integer>
|
<integer name="gesture_trail_max_interpolation_angular_threshold">15</integer>
|
||||||
<!-- Maximum distance threshold between gesture trails interpolation segments. -->
|
<!-- Maximum distance threshold between gesture trails interpolation segments. -->
|
||||||
|
|
Loading…
Reference in New Issue