summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-29 17:03:45 -0700
committerWinson Chung <winsonc@google.com>2012-05-29 17:04:43 -0700
commit6e1bdaf4198f9eb7b4124550d3ad07da2a0226e4 (patch)
tree23d0a219865fd0ecc3d74f76535653330818e56e /res/values/config.xml
parent68f681bc7a10fc014ae0864c6e2db465ce4c30df (diff)
downloadandroid_packages_apps_Trebuchet-6e1bdaf4198f9eb7b4124550d3ad07da2a0226e4.tar.gz
android_packages_apps_Trebuchet-6e1bdaf4198f9eb7b4124550d3ad07da2a0226e4.tar.bz2
android_packages_apps_Trebuchet-6e1bdaf4198f9eb7b4124550d3ad07da2a0226e4.zip
Lowering the threshold for flinging on larger devices. (Bug 6575670)
Change-Id: I969057d6135babef430c60f5b2705179210719bb
Diffstat (limited to 'res/values/config.xml')
-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 bfd2bf5a9..a8d80fee2 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -4,6 +4,9 @@
<bool name="is_large_screen">false</bool>
<bool name="allow_rotation">false</bool>
+<!-- DragController -->
+ <integer name="config_flingToDeleteMinVelocity">-1500</integer>
+
<!-- AllApps/Customize/AppsCustomize -->
<!-- The alpha of the AppsCustomize bg in spring loaded mode -->
<integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>