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

Commit 298adf9f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Lowered the edge swipe threshold for better detection"

parents 21a878c0 2a36de16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <!-- Minimum swipe distance to catch the swipe gestures to invoke assist or switch tasks. -->
    <dimen name="navigation_bar_min_swipe_distance">48dp</dimen>
    <!-- The distance from a side of device of the navigation bar to start an edge swipe -->
    <dimen name="navigation_bar_edge_swipe_threshold">60dp</dimen>
    <dimen name="navigation_bar_edge_swipe_threshold">48dp</dimen>

    <!-- thickness (height) of the dead zone at the top of the navigation bar,
         reducing false presses on navbar buttons; approx 2mm -->