summaryrefslogtreecommitdiffstats
path: root/res/values
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
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')
-rw-r--r--res/values/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 781188272..db967ea28 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -4,4 +4,15 @@
<integer name="config_allAppsBatchLoadDelay">0</integer>
<integer name="config_allAppsBatchSize">0</integer>
<bool name="config_hardwareAccelerated">false</bool>
+
+ <!-- When dragging an item 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">40</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.
+ Setting to 1/2 of config_dragViewExtraPixels keeps it centered on its old position. -->
+ <integer name="config_dragViewOffsetX">20</integer>
+ <integer name="config_dragViewOffsetY">20</integer>
</resources>