diff options
Diffstat (limited to 'res/values-xlarge/config.xml')
-rw-r--r-- | res/values-xlarge/config.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml new file mode 100644 index 0000000..6a56679 --- /dev/null +++ b/res/values-xlarge/config.xml @@ -0,0 +1,48 @@ +<resources> + <!-- NOTE: Many of the all apps values here are also used for the customization drawer --> + + <!-- Duration in milliseconds of the all apps zoom-in animation. --> + <!-- NB: This should be less than the workspaceShrinkTime as they happen together. --> + <integer name="config_allAppsZoomInTime">350</integer> + + <!-- Duration in milliseconds of the all apps zoom-out animation --> + <!-- NB: This should be less than the workspaceUnshrinkTime as they happen together. --> + <integer name="config_allAppsZoomOutTime">350</integer> + + <!-- Scaling factor used in the all apps zooming animations --> + <integer name="config_allAppsZoomScaleFactor">5</integer> + + <!-- The extra distance off-screen that all apps appears from --> + <integer name="config_allAppsVerticalOffset">200</integer> + + <!-- Duration in milliseconds of the animations between all apps, customize, & home. + NOTE: If these are changed, the toolbar animation times below should also be. --> + <integer name="config_allAppsCameraPanTime">700</integer> + <integer name="config_workspaceShrinkTime">700</integer> + <integer name="config_workspaceUnshrinkTime">700</integer> + + <!-- Duration in milliseconds toolbar fade in and fade out animations. + NOTE: Fade in and fade out time should together be less the transition + animations between all apps, customize, & the workspace. --> + <integer name="config_toolbarButtonFadeInTime">350</integer> + <integer name="config_toolbarButtonFadeOutTime">350</integer> + + <!-- When dragging items 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">0</integer> + + <!-- When dragging items on the workspace, the number of pixels by which the position of + 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> |