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

Commit fb251085 authored by Tony Huang's avatar Tony Huang Committed by Android (Google) Code Review
Browse files

Merge "Migrate OneHanded to WM shell (4/n)"

parents 614423b2 1ed148d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ android_library {
    static_libs: [
        "protolog-lib",
        "WindowManager-Shell-proto",
        "androidx.appcompat_appcompat",
    ],
    manifest: "AndroidManifest.xml",
}
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -29,4 +29,7 @@

    <!-- Animation duration when using long press on recents to dock -->
    <integer name="long_press_dock_anim_duration">250</integer>

    <!-- Allow one handed to enable round corner -->
    <bool name="config_one_handed_enable_round_corner">true</bool>
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -62,4 +62,8 @@

    <dimen name="docked_divider_handle_width">16dp</dimen>
    <dimen name="docked_divider_handle_height">2dp</dimen>

    <!-- One-Handed Mode -->
    <!-- Threshold for dragging distance to enable one-handed mode -->
    <dimen name="gestures_onehanded_drag_threshold">20dp</dimen>
</resources>
Loading