blob: b6d5037121b0c93874d6e619efa238b791f273aa [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
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 Dubroy046e7eb2010-10-06 12:14:43 -070020
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 Sandler388f6792010-03-02 14:08:08 -050027</resources>