diff options
author | 2014-10-17 16:07:50 +0900 | |
---|---|---|
committer | 2014-10-17 18:20:43 +0900 | |
commit | ad2f695083ce8495f99ab52bfc6abf17e1e3b5dd (patch) | |
tree | 4fe8d94087477e23fd899aa0d144ff70c18978d8 /java/res/values | |
parent | bd4693cd3fffcca2b73953fc05df4bc1a9b0a1bc (diff) | |
download | latinime-ad2f695083ce8495f99ab52bfc6abf17e1e3b5dd.tar.gz latinime-ad2f695083ce8495f99ab52bfc6abf17e1e3b5dd.tar.xz latinime-ad2f695083ce8495f99ab52bfc6abf17e1e3b5dd.zip |
Bring back long press timeout settings
Bug: 18025209
Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/donottranslate-debug-settings.xml | 2 | ||||
-rw-r--r-- | java/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/donottranslate-debug-settings.xml b/java/res/values/donottranslate-debug-settings.xml index 199f9772b..cc8c1a01d 100644 --- a/java/res/values/donottranslate-debug-settings.xml +++ b/java/res/values/donottranslate-debug-settings.xml @@ -28,8 +28,6 @@ <string name="sliding_key_input_preview">Show slide indicator</string> <!-- Option summary to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=66]--> <string name="sliding_key_input_preview_summary">Display visual cue while sliding from Shift or Symbol keys</string> - <!-- Title of the settings for key long press delay [CHAR LIMIT=35] --> - <string name="prefs_key_longpress_timeout_settings">Key long press delay</string> <!-- Title of the settings for customize key popup animation parameters [CHAR LIMIT=35] --> <string name="prefs_customize_key_preview_animation">Customize key preview animation</string> <!-- Title of the settings for key popup show up animation duration (in milliseconds) [CHAR LIMIT=35] --> diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index ed05e916f..54bfc51d3 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -361,6 +361,8 @@ mobile devices. [CHAR LIMIT=25] --> <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration</string> <!-- Title of the settings for keypress sound volume [CHAR LIMIT=35] --> <string name="prefs_keypress_sound_volume_settings">Keypress sound volume</string> + <!-- Title of the settings for key long press delay [CHAR LIMIT=35] --> + <string name="prefs_key_longpress_timeout_settings">Key long press delay</string> <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] --> <string name="button_default">Default</string> |