Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 1 | <resources> |
Daniel Sandler | af6db10 | 2010-03-08 14:41:21 -0500 | [diff] [blame] | 2 | <integer name="config_allAppsFadeInTime">700</integer> |
Daniel Sandler | 80c4f3e | 2010-04-02 15:08:16 -0400 | [diff] [blame] | 3 | <integer name="config_allAppsFadeOutTime">700</integer> |
Daniel Sandler | cbe7f20 | 2010-04-19 14:47:18 -0400 | [diff] [blame] | 4 | <integer name="config_allAppsBatchLoadDelay">0</integer> |
| 5 | <integer name="config_allAppsBatchSize">0</integer> |
Michael Jurka | 163c9c0 | 2010-09-28 15:24:13 -0700 | [diff] [blame] | 6 | <bool name="config_hardwareAccelerated">false</bool> |
Patrick Dubroy | de7658b | 2010-09-27 11:15:43 -0700 | [diff] [blame] | 7 | |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame^] | 8 | <integer name="config_crosshairsFadeInTime">600</integer> |
| 9 | |
Patrick Dubroy | de7658b | 2010-09-27 11:15:43 -0700 | [diff] [blame] | 10 | <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view |
| 11 | should be, as compared to the original view. If 0, it will not be scaled at all. |
| 12 | Should be an even number, for pixel alignment. --> |
| 13 | <integer name="config_dragViewExtraPixels">40</integer> |
| 14 | |
| 15 | <!-- When dragging items on the workspace, the number of pixels by which the position of |
| 16 | the drag view should be offset from the position of the original view. |
| 17 | Setting to 1/2 of config_dragViewExtraPixels keeps it centered on its old position. --> |
| 18 | <integer name="config_dragViewOffsetX">20</integer> |
| 19 | <integer name="config_dragViewOffsetY">20</integer> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame^] | 20 | |
| 21 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 22 | we are dragging objects around on the home screen. --> |
| 23 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 24 | |
| 25 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
| 26 | <integer name="config_dragOutlineMaxAlpha">180</integer> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 27 | </resources> |