summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 9dee154c0..9350ad115 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -24,4 +24,12 @@
<!-- The alpha value at which to show the most recent drop visualization outline. -->
<integer name="config_dragOutlineMaxAlpha">128</integer>
+
+ <!-- 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_dropAnimMaxDuration">400</integer>
+
+ <!-- The distance at which the animation should take the max duration -->
+ <integer name="config_dropAnimMaxDist">800</integer>
</resources>