diff options
author | Winson Chung <winsonc@google.com> | 2012-02-23 16:31:13 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-02-23 16:33:08 -0800 |
commit | 61b0c69d3fe331d3de338322396d5de691d58613 (patch) | |
tree | e3bb00d76834fcb9e660002610961b8f1d73d2d1 /res/values | |
parent | 88f334571fe41df620ba903ced9b2c69b0170d5c (diff) | |
download | packages_apps_trebuchet-61b0c69d3fe331d3de338322396d5de691d58613.zip packages_apps_trebuchet-61b0c69d3fe331d3de338322396d5de691d58613.tar.gz packages_apps_trebuchet-61b0c69d3fe331d3de338322396d5de691d58613.tar.bz2 |
Tweaking pickup animation, vibration and removing glow from drag view.
Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 259385f..c56d596 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -63,6 +63,7 @@ <!-- Parameters controlling the animation for when an item is dropped on the home screen, and it animates from its old position to the new one. --> + <integer name="config_dropAnimMinDuration">100</integer> <integer name="config_dropAnimMaxDuration">500</integer> <!-- The duration of the UserFolder opening and closing animation --> |