diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-09-27 11:15:43 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-09-29 11:14:28 -0700 |
commit | de7658b5e02ae10010e44fcf8d9c5814f54d9eb0 (patch) | |
tree | 211fe8fc0219dbf99f883138fd2df57d06a5aab7 /res/values-xlarge | |
parent | 5c1f9f1de66cef31ba646b7e9ec7ae5634ca3691 (diff) | |
download | packages_apps_trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.zip packages_apps_trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.tar.gz packages_apps_trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.tar.bz2 |
Show crosshairs when dragging items around the workspace.
Diffstat (limited to 'res/values-xlarge')
-rw-r--r-- | res/values-xlarge/config.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml index 9b1bc0d..f6f6646 100644 --- a/res/values-xlarge/config.xml +++ b/res/values-xlarge/config.xml @@ -26,4 +26,16 @@ animations between all apps, customize, & the workspace. --> <integer name="config_toolbarButtonFadeInTime">350</integer> <integer name="config_toolbarButtonFadeOutTime">350</integer> + + <integer name="config_crosshairsFadeInTime">600</integer> + + <!-- When dragging items on the workspace, how much bigger (in pixels) the dragged view + should be, as compared to the original view. If 0, it will not be scaled at all. + Should be an even number, for pixel alignment. --> + <integer name="config_dragViewExtraPixels">0</integer> + + <!-- When dragging items on the workspace, the number of pixels by which the position of + the drag view should be offset from the position of the original view. --> + <integer name="config_dragViewOffsetX">0</integer> + <integer name="config_dragViewOffsetY">12</integer> </resources> |