aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-08-23 15:57:51 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-08-23 17:44:41 +0900
commitc403a46f6d787b79768895272d53d296100677dd (patch)
tree98aa920e0e439cd0e231cdb4edb59b2864c0bcf4 /java/res
parent6dde878d515f7bf5268d16a8fe4921d8821c5ae7 (diff)
downloadlatinime-c403a46f6d787b79768895272d53d296100677dd.tar.gz
latinime-c403a46f6d787b79768895272d53d296100677dd.tar.xz
latinime-c403a46f6d787b79768895272d53d296100677dd.zip
Extract sudden jumping touch event hack into separate class
Bug: 5182291 Change-Id: I6a88ed4df3ec98e31ea4966d82da56f7fca342ac
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/sudden-jumping-touch-event-device-list.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/java/res/values/sudden-jumping-touch-event-device-list.xml b/java/res/values/sudden-jumping-touch-event-device-list.xml
new file mode 100644
index 000000000..275a262d9
--- /dev/null
+++ b/java/res/values/sudden-jumping-touch-event-device-list.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2011, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources>
+ <string-array name="sudden_jumping_touch_event_device_list">
+ <!-- Nexus One -->
+ <item>passion</item>
+ <!-- Droid -->
+ <item>sholes</item>
+ </string-array>
+</resources>