Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a6827db authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Adjust sampling interval for gesture stroke drawing a bit.

bug: 7167303

Change-Id: I45ca9d31cf4f8492dde367f997d8e36f4a07cffe
parent 41016aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->