blob: d8ed2146f5c3b72d7c7251eb0170d3bb18616a57 [file] [log] [blame]
Patrick Dubroy7247f632010-08-04 16:02:59 -07001<resources>
Patrick Dubroy6b509c12010-08-23 15:08:16 -07002 <!-- NOTE: Many of the all apps values here are also used for the customization drawer -->
3
Winson Chung59e1f9a2010-12-21 11:31:54 -08004 <!-- Duration in milliseconds of the fade-in/out of the icons as they are being dragged
5 from the AllApps or Customization trays -->
6 <integer name="icon_allAppsCustomizeFadeInTime">150</integer>
7 <integer name="icon_allAppsCustomizeFadeOutTime">200</integer>
8 <integer name="icon_allAppsCustomizeFadeAlpha">102</integer>
9
Adam Cohen61033d32010-11-15 18:29:44 -080010 <!-- Duration in milliseconds of the all apps / configuration zoom-in animation. -->
Patrick Dubroy7247f632010-08-04 16:02:59 -070011 <!-- NB: This should be less than the workspaceShrinkTime as they happen together. -->
Adam Cohen61033d32010-11-15 18:29:44 -080012 <integer name="config_allAppsZoomInTime">700</integer>
Patrick Dubroy7247f632010-08-04 16:02:59 -070013
Winson Chungbbc60d82010-11-11 16:34:41 -080014 <!-- Duration in milliseconds of the transition between tabs in the all apps/customize
15 tray -->
16 <integer name="config_tabTransitionTime">100</integer>
17
Patrick Dubroy7247f632010-08-04 16:02:59 -070018 <!-- Duration in milliseconds of the all apps zoom-out animation -->
19 <!-- NB: This should be less than the workspaceUnshrinkTime as they happen together. -->
20 <integer name="config_allAppsZoomOutTime">350</integer>
21
22 <!-- Scaling factor used in the all apps zooming animations -->
Adam Cohen61033d32010-11-15 18:29:44 -080023 <integer name="config_allAppsZoomScaleFactor">7</integer>
Patrick Dubroy6b509c12010-08-23 15:08:16 -070024
25 <!-- Duration in milliseconds of the animations between all apps, customize, & home.
26 NOTE: If these are changed, the toolbar animation times below should also be. -->
Patrick Dubroy3ec8bdd2010-08-06 16:01:33 -070027 <integer name="config_allAppsCameraPanTime">700</integer>
Patrick Dubroy7247f632010-08-04 16:02:59 -070028 <integer name="config_workspaceShrinkTime">700</integer>
Adam Cohen61033d32010-11-15 18:29:44 -080029 <integer name="config_workspaceUnshrinkTime">350</integer>
30 <integer name="config_allAppsFadeOutTime">150</integer>
Patrick Dubroy6b509c12010-08-23 15:08:16 -070031
32 <!-- Duration in milliseconds toolbar fade in and fade out animations.
33 NOTE: Fade in and fade out time should together be less the transition
34 animations between all apps, customize, & the workspace. -->
Winson Chung656d11c2010-11-29 17:15:47 -080035 <integer name="config_toolbarButtonFadeInTime">100</integer>
36 <integer name="config_toolbarButtonFadeOutTime">100</integer>
Patrick Dubroyde7658b2010-09-27 11:15:43 -070037
Patrick Dubroyde7658b2010-09-27 11:15:43 -070038 <!-- When dragging items on the workspace, how much bigger (in pixels) the dragged view
39 should be, as compared to the original view. If 0, it will not be scaled at all.
40 Should be an even number, for pixel alignment. -->
41 <integer name="config_dragViewExtraPixels">0</integer>
42
43 <!-- When dragging items on the workspace, the number of pixels by which the position of
44 the drag view should be offset from the position of the original view. -->
45 <integer name="config_dragViewOffsetX">0</integer>
Patrick Dubroya669d792010-11-23 14:40:33 -080046 <integer name="config_dragViewOffsetY">-12</integer>
Michael Jurka18014792010-10-14 09:01:34 -070047
48 <!-- When items are dropped on the mini screens in customize mode, we have a bounce animation
49 of the bright green hover outline, and then fade out the outline at the end. These are
50 the values used in that animation -->
51 <integer name="config_screenOnDropScalePercent">120</integer>
52 <integer name="config_screenOnDropScaleUpDuration">200</integer>
53 <integer name="config_screenOnDropScaleDownDuration">200</integer>
54 <integer name="config_screenOnDropAlphaFadeDelay">350</integer>
55 <integer name="config_screenOnDropAlphaFadeDuration">50</integer>
Michael Jurka7426c422010-11-11 15:23:47 -080056
57 <!-- The slope, in percent, of the drag movement needed to drag an item out of the customization
58 drawer (y / x * 100%) -->
59 <integer name="config_customizationDrawerDragSlopeThreshold">150</integer>
Michael Jurka72b079e2010-12-10 01:03:53 -080060 <integer name="config_allAppsDrawerDragSlopeThreshold">150</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080061
62 <style name="config_orientation">
63 <item name="@android:screenOrientation">unspecified</item>
64 </style>
Patrick Dubroy6b509c12010-08-23 15:08:16 -070065</resources>