aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs_screen_debug.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-12 22:28:53 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-08-13 08:04:54 +0000
commita696c924776cea07ec52ed9448dd16d813eddd72 (patch)
tree04c3722e26589e5d0f4bc714707a619943e10cee /java/res/xml/prefs_screen_debug.xml
parent78cff10f8d317641dd3531cce04e74502be8ad44 (diff)
downloadlatinime-a696c924776cea07ec52ed9448dd16d813eddd72.tar.gz
latinime-a696c924776cea07ec52ed9448dd16d813eddd72.tar.xz
latinime-a696c924776cea07ec52ed9448dd16d813eddd72.zip
(DO NOT MERGE) Add debug setting to force hardware special key
Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70fc3174b00ac24e105677d7e480596bf56)
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 ae29a8a82..0acc69a16 100644
--- a/java/res/xml/prefs_screen_debug.xml
+++ b/java/res/xml/prefs_screen_debug.xml
@@ -31,6 +31,11 @@
android:defaultValue="false"
android:persistent="true" />
<CheckBoxPreference
+ android:key="force_physical_keyboard_special_key"
+ android:title="@string/prefs_force_physical_keyboard_special_key"
+ android:defaultValue="false"
+ 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"