diff options
Diffstat (limited to 'java/res/xml/prefs_screen_debug.xml')
-rw-r--r-- | java/res/xml/prefs_screen_debug.xml | 5 |
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" |