summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-09-27 11:15:43 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-29 11:14:28 -0700
commitde7658b5e02ae10010e44fcf8d9c5814f54d9eb0 (patch)
tree211fe8fc0219dbf99f883138fd2df57d06a5aab7 /res/values-xlarge
parent5c1f9f1de66cef31ba646b7e9ec7ae5634ca3691 (diff)
downloadandroid_packages_apps_Trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.tar.gz
android_packages_apps_Trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.tar.bz2
android_packages_apps_Trebuchet-de7658b5e02ae10010e44fcf8d9c5814f54d9eb0.zip
Show crosshairs when dragging items around the workspace.
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index 9b1bc0d13..f6f66461b 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>