aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs_for_debug.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-01-16 17:18:40 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-01-17 13:19:01 +0900
commit06b7c256b1992f93aab0e2cdb90f57718f0631fd (patch)
tree775f3afcc166a7d51b8267c6e064ef2ba235d0bf /java/res/xml/prefs_for_debug.xml
parent610a7d904e245625846cb3a754e3d7fe4b5555e6 (diff)
downloadlatinime-06b7c256b1992f93aab0e2cdb90f57718f0631fd.tar.gz
latinime-06b7c256b1992f93aab0e2cdb90f57718f0631fd.tar.xz
latinime-06b7c256b1992f93aab0e2cdb90f57718f0631fd.zip
Add "force non-distinct multitouch" debug option
Change-Id: I9fd6fabf03515011cedb8aaa30fdb7a77f2d4d12
Diffstat (limited to 'java/res/xml/prefs_for_debug.xml')
-rw-r--r--java/res/xml/prefs_for_debug.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml/prefs_for_debug.xml b/java/res/xml/prefs_for_debug.xml
index 80613a56f..f38b85f0b 100644
--- a/java/res/xml/prefs_for_debug.xml
+++ b/java/res/xml/prefs_for_debug.xml
@@ -42,4 +42,10 @@
android:defaultValue="false"
/>
+ <CheckBoxPreference
+ android:key="force_non_distinct_multitouch"
+ android:title="@string/prefs_force_non_distinct_multitouch"
+ android:persistent="true"
+ android:defaultValue="false"
+ />
</PreferenceScreen>