summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-08-04 15:38:26 -0700
committerTony Wickham <twickham@google.com>2016-08-04 15:38:26 -0700
commit598e1843526e16814eeb4c310c9faec5bc3b7ae9 (patch)
tree75247ce07839cd943459f6747bd1e7a9bfc3cab9 /res/values/dimens.xml
parent960a7fe15eb5145237f6d7aca64b469be835b70a (diff)
downloadandroid_packages_apps_Trebuchet-598e1843526e16814eeb4c310c9faec5bc3b7ae9.tar.gz
android_packages_apps_Trebuchet-598e1843526e16814eeb4c310c9faec5bc3b7ae9.tar.bz2
android_packages_apps_Trebuchet-598e1843526e16814eeb4c310c9faec5bc3b7ae9.zip
Reduce distance to start deferred drag from shortcuts to 12dp.
Change-Id: Ida298760bb66b5894dab94ff4ccaa788c8604661
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 7436478f9..3f2d18672 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -160,9 +160,8 @@
<dimen name="bg_pill_radius">24dp</dimen>
<dimen name="deep_shortcuts_spacing">4dp</dimen>
<dimen name="deep_shortcuts_drag_view_scale">6dp</dimen>
- <!-- an icon with shortcuts must be dragged this much distance away from the nearest edge
- of the shortcut container before the container is removed. -->
- <dimen name="deep_shortcuts_start_drag_threshold">35dp</dimen>
+ <!-- an icon with shortcuts must be dragged this far before the container is removed. -->
+ <dimen name="deep_shortcuts_start_drag_threshold">12dp</dimen>
<dimen name="deep_shortcut_icon_size">36dp</dimen>
<dimen name="deep_shortcut_padding_start">6dp</dimen>
<dimen name="deep_shortcut_padding_end">16dp</dimen>