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

Commit 642e7177 authored by Li Bai's avatar Li Bai Committed by Yoshinori Hirano
Browse files

Change default long-press time to 400ms

The default long-press time has been changed from 500ms to 400ms by
b/30159825. so the values for the list of long-press timeout options
in Settings app should be changed.

Bug: 35226519
Test: manual - go to Settings > Accessibility > Touch & hold delay

Change-Id: I8e2421ea4119742bb6bf0e27688c65e3de3099dc
parent 6f743758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -699,7 +699,7 @@

    <!-- Values for the list of long press timeout options. -->
    <string-array name="long_press_timeout_selector_values" translatable="false">
        <item>500</item>
        <item>400</item>
        <item>1000</item>
        <item>1500</item>
    </string-array>