diff options
author | 2014-06-23 11:21:19 +0000 | |
---|---|---|
committer | 2014-06-19 22:58:18 +0000 | |
commit | ffc843550c4d1ed96d26febd4be6239f0ecb487c (patch) | |
tree | 832c868ee0132da7942de116988ad7cd545bab81 /java/res/xml/prefs_for_debug.xml | |
parent | f7322b166b88f72b19509d8416700d4ec8ea7753 (diff) | |
parent | e6a57bc82e6b86537ba8d1945435590ab2684630 (diff) | |
download | latinime-ffc843550c4d1ed96d26febd4be6239f0ecb487c.tar.gz latinime-ffc843550c4d1ed96d26febd4be6239f0ecb487c.tar.xz latinime-ffc843550c4d1ed96d26febd4be6239f0ecb487c.zip |
Merge "Revert "Reorganize Keyboard settings screen""
Diffstat (limited to 'java/res/xml/prefs_for_debug.xml')
-rw-r--r-- | java/res/xml/prefs_for_debug.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/java/res/xml/prefs_for_debug.xml b/java/res/xml/prefs_for_debug.xml index be4c8b3e1..0bcc5cbe4 100644 --- a/java/res/xml/prefs_for_debug.xml +++ b/java/res/xml/prefs_for_debug.xml @@ -20,26 +20,20 @@ android:title="@string/prefs_debug_mode" android:key="english_ime_debug_settings" > - <SwitchPreference + <CheckBoxPreference android:key="debug_mode" android:title="@string/prefs_debug_mode" - android:switchTextOn="" - android:switchTextOff="" android:persistent="true" android:defaultValue="false" /> - <SwitchPreference + <CheckBoxPreference android:key="force_non_distinct_multitouch" android:title="@string/prefs_force_non_distinct_multitouch" - android:switchTextOn="" - android:switchTextOff="" android:persistent="true" android:defaultValue="false" /> - <SwitchPreference + <CheckBoxPreference android:key="pref_sliding_key_input_preview" android:title="@string/sliding_key_input_preview" android:summary="@string/sliding_key_input_preview_summary" - android:switchTextOn="" - android:switchTextOff="" android:persistent="true" android:defaultValue="true" /> <com.android.inputmethod.latin.settings.SeekBarDialogPreference |