summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-10-14 09:01:34 -0700
committerMichael Jurka <mikejurka@google.com>2010-10-18 18:29:21 -0700
commit18014791be2e3f41080f0bf621c618e3f096c5c7 (patch)
tree98723a50d26087cd7043eb7afd86c5cb36a90fd4 /res
parent1adf5391a3a3d215b226adf3702019c22a99e3b1 (diff)
downloadandroid_packages_apps_Trebuchet-18014791be2e3f41080f0bf621c618e3f096c5c7.tar.gz
android_packages_apps_Trebuchet-18014791be2e3f41080f0bf621c618e3f096c5c7.tar.bz2
android_packages_apps_Trebuchet-18014791be2e3f41080f0bf621c618e3f096c5c7.zip
Added bounce animation when item added to screens
Change-Id: I87d9e8545e2de588d083b48991d932eb904f6e3a
Diffstat (limited to 'res')
-rw-r--r--res/values-xlarge/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index 73e714620..6a566799a 100644
--- a/res/values-xlarge/config.xml
+++ b/res/values-xlarge/config.xml
@@ -36,4 +36,13 @@
the drag view should be offset from the position of the original view. -->
<integer name="config_dragViewOffsetX">0</integer>
<integer name="config_dragViewOffsetY">12</integer>
+
+ <!-- When items are dropped on the mini screens in customize mode, we have a bounce animation
+ of the bright green hover outline, and then fade out the outline at the end. These are
+ the values used in that animation -->
+ <integer name="config_screenOnDropScalePercent">120</integer>
+ <integer name="config_screenOnDropScaleUpDuration">200</integer>
+ <integer name="config_screenOnDropScaleDownDuration">200</integer>
+ <integer name="config_screenOnDropAlphaFadeDelay">350</integer>
+ <integer name="config_screenOnDropAlphaFadeDuration">50</integer>
</resources>