aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-11-18 16:11:00 +0100
committerKaan Külahlı <rygebis@gmail.com>2017-02-27 15:21:36 +0000
commit38ededaa53cacadae3e7a0eeddcee6aa7632f5c2 (patch)
tree8e9771a85b3af8c5ae50048b81551a1667c2a2f8 /overlay
parent612ee24199a6a8035168c26652a612b1a40e675c (diff)
msm8916-common: Switch to the CMHW touchscreen gestures implementation
Change-Id: I94005a36327bc6238167dbddb35f8c3dcb747955
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/CMParts/res/values/config.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/overlay/packages/apps/CMParts/res/values/config.xml b/overlay/packages/apps/CMParts/res/values/config.xml
new file mode 100644
index 0000000..c12d76b
--- /dev/null
+++ b/overlay/packages/apps/CMParts/res/values/config.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2016, The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Default action ids for a device's touchscreen gestures
+ The array should be sorted in the same order as the
+ touchscreen gestures advertised by the device's CMHW impl. -->
+ <integer-array name="config_defaultTouchscreenGestureActions">
+ <item>2</item>
+ <item>5</item>
+ <item>6</item>
+ <item>4</item>
+ <item>3</item>
+ <item>1</item>
+ </integer-array>
+</resources>