summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-02-13 13:03:52 -0800
committerWinson Chung <winsonc@google.com>2012-02-13 13:03:52 -0800
commita1cdab039292f3d809528c0e2e38580b37864d8d (patch)
tree696d35b58eea07325f0a839d95eafdf79f9c0583 /res/values/config.xml
parent9659d0c3a5c29f880bc12d1051e3e3beae2d4a87 (diff)
downloadandroid_packages_apps_Trebuchet-a1cdab039292f3d809528c0e2e38580b37864d8d.tar.gz
android_packages_apps_Trebuchet-a1cdab039292f3d809528c0e2e38580b37864d8d.tar.bz2
android_packages_apps_Trebuchet-a1cdab039292f3d809528c0e2e38580b37864d8d.zip
Reverting: "Animating the drag view scale up and down when dragging items."
Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 691fb07e2..7ab98707c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -54,9 +54,10 @@
<integer name="config_crosshairsFadeInTime">600</integer>
- <!-- When dragging an item on the workspace, how much bigger (scale factor) the dragged view
- should be, as compared to the original view. If 0, it will not be scaled at all. -->
- <integer name="config_dragViewScaleFactor">115</integer>
+ <!-- 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>
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->