diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 9dee154..9350ad1 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> |