aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-04-25 11:49:33 -0700
committerTadashi G. Takaoka <takaoka@google.com>2014-04-25 12:03:47 -0700
commita3920c7e6af852764a3b5a6eecd27f51ab83f244 (patch)
tree28f61fd3528b6e6c5a46be4d56b97af9f1c57584 /java/res/xml/prefs.xml
parente581d8f8abc55dcf224678c73c7ce834170ee5e6 (diff)
downloadlatinime-a3920c7e6af852764a3b5a6eecd27f51ab83f244.tar.gz
latinime-a3920c7e6af852764a3b5a6eecd27f51ab83f244.tar.xz
latinime-a3920c7e6af852764a3b5a6eecd27f51ab83f244.zip
Move some advanced settings to debug settings
This CL moves "Show slide indicator" and "Key long press delay" advanced options to the debug settings. Bug: 11866784 Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r--java/res/xml/prefs.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 3e3bedf15..7d86dbd5d 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -157,13 +157,6 @@
android:summary="@string/include_other_imes_in_language_switch_list_summary"
android:persistent="true"
android:defaultValue="false" />
- <!-- Values for popup dismiss delay are added programmatically -->
- <CheckBoxPreference
- android:key="pref_sliding_key_input_preview"
- android:title="@string/sliding_key_input_preview"
- android:summary="@string/sliding_key_input_preview_summary"
- android:persistent="true"
- android:defaultValue="true" />
<ListPreference
android:key="pref_keyboard_layout_20110916"
android:title="@string/keyboard_color_scheme"
@@ -180,12 +173,6 @@
android:key="pref_key_preview_popup_dismiss_delay"
android:title="@string/key_preview_popup_dismiss_delay" />
<com.android.inputmethod.latin.settings.SeekBarDialogPreference
- android:key="pref_key_longpress_timeout"
- android:title="@string/prefs_key_longpress_timeout_settings"
- latin:minValue="@integer/config_min_longpress_timeout"
- latin:maxValue="@integer/config_max_longpress_timeout"
- latin:stepValue="@integer/config_longpress_timeout_step" />
- <com.android.inputmethod.latin.settings.SeekBarDialogPreference
android:key="pref_vibration_duration_settings"
android:title="@string/prefs_keypress_vibration_duration_settings"
latin:maxValue="@integer/config_max_vibration_duration" />