summaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/values-sw600dp/config.xml3
-rw-r--r--res/values/config.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
index a701e69d1..a463d73df 100644
--- a/res/values-sw600dp/config.xml
+++ b/res/values-sw600dp/config.xml
@@ -4,6 +4,9 @@
<integer name="hotseat_cell_count">7</integer>
<integer name="hotseat_all_apps_index">3</integer>
+<!-- DragController -->
+ <integer name="config_flingToDeleteMinVelocity">-1000</integer>
+
<!-- Folders -->
<!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
>= folder_max_num_items. When these are set to -1, they are automatically determined. -->
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>