OSDN Git Service

Change default long-press time to 400ms
authorLi Bai <li.bai@sonymobile.com>
Tue, 31 Jan 2017 06:51:19 +0000 (15:51 +0900)
committerYoshinori Hirano <Yoshinori.Hirano@sonymobile.com>
Thu, 16 Feb 2017 06:28:51 +0000 (06:28 +0000)
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

res/values/arrays.xml

index 6827e5b..5a7b42e 100644 (file)
 
     <!-- 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>