summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-03-21 15:35:16 -0400
committerChris Wren <cwren@android.com>2013-03-22 16:21:21 -0400
commit1dc94b55d59f5c4dbf86788d0c32b7ac4449909a (patch)
treed4b6ba65d7a6c86e4da2954d012c16758c8df19b /res
parentbf44ca22d40dd60b4c30f6a979b80fbd2ffa0078 (diff)
downloadPhotoTable-1dc94b55d59f5c4dbf86788d0c32b7ac4449909a.tar.gz
add two-finger move gesture.
Bug: 8387448 Change-Id: Ib8a54ee3e978df3c5d15058d4fe82b9e7d6a524b
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index b871820..1c9de4a 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -94,5 +94,8 @@
touch area width, in parts per million from 0 to 1. -->
<integer name="table_edge_swipe_threshold">100000</integer>
+ <!-- Parts per million gain applied to generalized touch gestures. -->
+ <integer name="generalized_touch_gain">2000000</integer>
+
</resources>