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
This commit is contained in:
@@ -699,7 +699,7 @@
|
|||||||
|
|
||||||
<!-- Values for the list of long press timeout options. -->
|
<!-- Values for the list of long press timeout options. -->
|
||||||
<string-array name="long_press_timeout_selector_values" translatable="false">
|
<string-array name="long_press_timeout_selector_values" translatable="false">
|
||||||
<item>500</item>
|
<item>400</item>
|
||||||
<item>1000</item>
|
<item>1000</item>
|
||||||
<item>1500</item>
|
<item>1500</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|||||||
Reference in New Issue
Block a user