aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs_screen_debug.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-13 15:24:14 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-08-13 17:29:49 +0900
commitc225d2e29cfd85fb416952daa4bcebd4df48b57c (patch)
treeaabd2b65931f5dec5f306761e286be5e4f29d2ae /java/res/xml/prefs_screen_debug.xml
parenta696c924776cea07ec52ed9448dd16d813eddd72 (diff)
downloadlatinime-c225d2e29cfd85fb416952daa4bcebd4df48b57c.tar.gz
latinime-c225d2e29cfd85fb416952daa4bcebd4df48b57c.tar.xz
latinime-c225d2e29cfd85fb416952daa4bcebd4df48b57c.zip
Add setting boolean for showing UI to accept typed word
Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
Diffstat (limited to 'java/res/xml/prefs_screen_debug.xml')
-rw-r--r--java/res/xml/prefs_screen_debug.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/xml/prefs_screen_debug.xml b/java/res/xml/prefs_screen_debug.xml
index 0acc69a16..965369a90 100644
--- a/java/res/xml/prefs_screen_debug.xml
+++ b/java/res/xml/prefs_screen_debug.xml
@@ -36,6 +36,11 @@
android:defaultValue="false"
android:persistent="true" />
<CheckBoxPreference
+ android:key="pref_show_ui_to_accept_typed_word"
+ android:title="@string/prefs_show_ui_to_accept_typed_word"
+ android:defaultValue="true"
+ android:persistent="true" />
+ <CheckBoxPreference
android:key="pref_sliding_key_input_preview"
android:title="@string/sliding_key_input_preview"
android:summary="@string/sliding_key_input_preview_summary"