summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-02-13 18:29:29 -0800
committerWinson Chung <winsonc@google.com>2012-02-13 19:05:25 -0800
commit7bd1bbb509f9569fa18d6b4d33242679fd98bc9b (patch)
treea97556f231f5867d3d254ffad9f4b4e7bbfaafec /res/values/config.xml
parentd83f5f4db328fbd152491bbf9fa13abc94bd6f25 (diff)
downloadandroid_packages_apps_Trebuchet-7bd1bbb509f9569fa18d6b4d33242679fd98bc9b.tar.gz
android_packages_apps_Trebuchet-7bd1bbb509f9569fa18d6b4d33242679fd98bc9b.tar.bz2
android_packages_apps_Trebuchet-7bd1bbb509f9569fa18d6b4d33242679fd98bc9b.zip
Animating the drag view scale up and down when dragging items.
Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ab98707c..70e65c9ac 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -54,11 +54,6 @@
<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>
-
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->
<integer name="config_dragOutlineFadeTime">900</integer>