Merge "Fix change One-handed mode screen size from 50% to 40% but also keep adb command mechanism for UX tuning"

This commit is contained in:
Jason Chang
2020-11-20 03:51:53 +00:00
committed by Android (Google) Code Review
4 changed files with 22 additions and 5 deletions

View File

@@ -30,6 +30,12 @@
<!-- Animation duration when using long press on recents to dock -->
<integer name="long_press_dock_anim_duration">250</integer>
<!-- Animation duration for translating of one handed when trigger / dismiss. -->
<integer name="config_one_handed_translate_animation_duration">300</integer>
<!-- One handed mode default offset % of display size -->
<fraction name="config_one_handed_offset">40%</fraction>
<!-- Allow one handed to enable round corner -->
<bool name="config_one_handed_enable_round_corner">true</bool>