blob: ec01fa8408cdf92685ac397d49dc0a1db898691d [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Daniel Sandleraf6db102010-03-08 14:41:21 -05002 <integer name="config_allAppsFadeInTime">700</integer>
Daniel Sandler80c4f3e2010-04-02 15:08:16 -04003 <integer name="config_allAppsFadeOutTime">700</integer>
Daniel Sandlercbe7f202010-04-19 14:47:18 -04004 <integer name="config_allAppsBatchLoadDelay">0</integer>
5 <integer name="config_allAppsBatchSize">0</integer>
Michael Jurka163c9c02010-09-28 15:24:13 -07006 <bool name="config_hardwareAccelerated">false</bool>
Patrick Dubroyde7658b2010-09-27 11:15:43 -07007
Patrick Dubroy046e7eb2010-10-06 12:14:43 -07008 <integer name="config_crosshairsFadeInTime">600</integer>
9
Patrick Dubroyde7658b2010-09-27 11:15:43 -070010 <!-- 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 Dubroy046e7eb2010-10-06 12:14:43 -070015 <!-- 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 Onorato4be866d2010-10-10 11:26:02 -070020 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070021
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 Lesinski2a898a02010-12-09 21:04:15 -080029
tedboc3bab1d2011-01-07 15:19:33 -080030 <!-- 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 Lesinski2a898a02010-12-09 21:04:15 -080036 <style name="config_orientation">
37 <item name="@android:screenOrientation">nosensor</item>
38 </style>
Daniel Sandler388f6792010-03-02 14:08:08 -050039</resources>