summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 36835c9..b871820 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -85,5 +85,14 @@
<!-- Number of images to pre-load. -->
<integer name="num_images_to_preload">5</integer>
+
+ <!-- distance from edge to start a valid edge swipe as a fraction of
+ touch area width, in parts per million from 0 to 1. -->
+ <integer name="table_edge_swipe_gutter">50000</integer>
+
+ <!-- minimum length of a valid edge swipe as a fraction of
+ touch area width, in parts per million from 0 to 1. -->
+ <integer name="table_edge_swipe_threshold">100000</integer>
+
</resources>