summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-02-10 17:10:43 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-10 17:10:43 -0800
commit9659d0c3a5c29f880bc12d1051e3e3beae2d4a87 (patch)
tree26aaa7aa1dabb81895968d5526ff5e6aa6b398de /res/values/config.xml
parent99bc4b92a42a9db428d4f0519dfbab4d4a519ed9 (diff)
parent42c29aedf2b518c4317fc534f3c87711b57bc9b5 (diff)
downloadandroid_packages_apps_Trebuchet-9659d0c3a5c29f880bc12d1051e3e3beae2d4a87.tar.gz
android_packages_apps_Trebuchet-9659d0c3a5c29f880bc12d1051e3e3beae2d4a87.tar.bz2
android_packages_apps_Trebuchet-9659d0c3a5c29f880bc12d1051e3e3beae2d4a87.zip
Merge "Animating the drag view scale up and down when dragging items."
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ab98707c..691fb07e2 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -54,10 +54,9 @@
<integer name="config_crosshairsFadeInTime">600</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>
+ <!-- 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>
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->