diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values-xlarge/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml index 3e514fb..c6cd0e2 100644 --- a/res/values-xlarge/config.xml +++ b/res/values-xlarge/config.xml @@ -9,7 +9,7 @@ <!-- Duration in milliseconds of the all apps / configuration zoom-in animation. --> <!-- NB: This should be less than the workspaceShrinkTime as they happen together. --> - <integer name="config_allAppsZoomInTime">800</integer> + <integer name="config_allAppsZoomInTime">900</integer> <!-- Duration in milliseconds of the transition between tabs in the all apps/customize tray --> @@ -17,7 +17,7 @@ <!-- 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">600</integer> + <integer name="config_allAppsZoomOutTime">1400</integer> <!-- Scaling factor used in the all apps zooming animations --> <integer name="config_allAppsZoomScaleFactor">10</integer> @@ -36,9 +36,9 @@ <!-- 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_allAppsFadeOutTime">150</integer> + <integer name="config_allAppsFadeOutTime">400</integer> <integer name="config_customizeWorkspaceShrinkTime">800</integer> - <integer name="config_allAppsWorkspaceShrinkTime">800</integer> + <integer name="config_allAppsWorkspaceShrinkTime">950</integer> <integer name="config_workspaceUnshrinkTime">450</integer> <!-- Duration in milliseconds toolbar fade in and fade out animations. |