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 | |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 15 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 16 | we are dragging objects around on the home screen. --> |
| 17 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 18 | |
| 19 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
Joe Onorato | 4be866d | 2010-10-10 11:26:02 -0700 | [diff] [blame] | 20 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 21 | |
| 22 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 23 | and it animates from its old position to the new one. --> |
| 24 | |
| 25 | <integer name="config_dropAnimMaxDuration">400</integer> |
| 26 | |
| 27 | <!-- The distance at which the animation should take the max duration --> |
| 28 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 29 | |
tedbo | c3bab1d | 2011-01-07 15:19:33 -0800 | [diff] [blame] | 30 | <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size |
| 31 | (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller |
| 32 | than the view itself (workspaceScreenBitmapCacheScale) --> |
| 33 | <integer name="config_workspaceScreenBitmapCacheScale">20</integer> |
| 34 | <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer> |
| 35 | |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 36 | <style name="config_orientation"> |
| 37 | <item name="@android:screenOrientation">nosensor</item> |
| 38 | </style> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 39 | </resources> |