blob: db967ea28e173233bb2db25d4a124120b820aeab [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
8 <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view
9 should be, as compared to the original view. If 0, it will not be scaled at all.
10 Should be an even number, for pixel alignment. -->
11 <integer name="config_dragViewExtraPixels">40</integer>
12
13 <!-- When dragging items on the workspace, the number of pixels by which the position of
14 the drag view should be offset from the position of the original view.
15 Setting to 1/2 of config_dragViewExtraPixels keeps it centered on its old position. -->
16 <integer name="config_dragViewOffsetX">20</integer>
17 <integer name="config_dragViewOffsetY">20</integer>
Daniel Sandler388f6792010-03-02 14:08:08 -050018</resources>