aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-06-13 12:56:53 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-06-13 13:02:24 +0900
commit68b8a2d86cf19650dfba771a28d63c75d3a5c9ca (patch)
treec6b13d356e6428a4e4e711b6850048eaa865195e
parentc1cb930dde27414a0d8b15ae345650d41ba56add (diff)
downloadlatinime-68b8a2d86cf19650dfba771a28d63c75d3a5c9ca.tar.gz
latinime-68b8a2d86cf19650dfba771a28d63c75d3a5c9ca.tar.xz
latinime-68b8a2d86cf19650dfba771a28d63c75d3a5c9ca.zip
Make accessibility long press timeout longer
The previous time out was 1500 milliseconds that wasn't enough for announcing some accented letters, for example "Ü". This CL makes the time out to 3000 milliseconds. BUG: 15582951 Change-Id: I9bf864389c359e3b9abfe5000b897cf742a8dbe7
-rw-r--r--java/res/values/config-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/config-common.xml b/java/res/values/config-common.xml
index 58f3e9827..063fbfb37 100644
--- a/java/res/values/config-common.xml
+++ b/java/res/values/config-common.xml
@@ -48,7 +48,7 @@
<integer name="config_max_longpress_timeout">700</integer>
<integer name="config_min_longpress_timeout">100</integer>
<integer name="config_longpress_timeout_step">10</integer>
- <integer name="config_accessibility_long_press_key_timeout">1500</integer>
+ <integer name="config_accessibility_long_press_key_timeout">3000</integer>
<integer name="config_max_more_keys_column">5</integer>
<integer name="config_more_keys_keyboard_fadein_anim_time">0</integer>
<integer name="config_more_keys_keyboard_fadeout_anim_time">100</integer>