blob: d97e3c2d4c99b370050324d22e4806ee4099f358 [file] [log] [blame]
Patrick Dubroy7247f632010-08-04 16:02:59 -07001<resources>
Adam Cohen56901eb2011-07-25 14:54:22 -07002 <bool name="config_largeHeap">true</bool>
3
Winson Chung785d2eb2011-04-14 16:08:02 -07004<!-- AllApps/Customize/AppsCustomize -->
Winson Chungb26f3d62011-06-02 10:49:29 -07005 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
Winson Chungf0ea4d32011-06-06 14:27:16 -07006 <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
Adam Cohenf16e5712011-01-13 13:31:45 -08007
Winson Chung785d2eb2011-04-14 16:08:02 -07008<!-- Workspace -->
Winson Chunga62e9fd2011-07-11 15:20:48 -07009 <!-- Whether or not the drop targets drop down as opposed to fade in -->
10 <bool name="config_useDropTargetDownTransition">true</bool>
Winson Chung2b8e4452011-08-26 18:12:08 -070011 <!-- Whether or not to fade the side pages -->
12 <bool name="config_workspaceFadeAdjacentScreens">true</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070013
Patrick Dubroy244d74c2011-05-19 16:48:48 -070014 <!-- When shrinking the workspace, this is the percentage of its original size. -->
15 <integer name="config_workspaceShrinkPercent">17</integer>
16
Adam Cohen78dc83e2011-11-15 17:10:00 -080017 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
18 >= folder_max_num_items. When these are set to -1, they are automatically determined. -->
19 <integer name="folder_max_count_x">-1</integer>
20 <integer name="folder_max_count_y">-1</integer>
21 <integer name="folder_max_num_items">-1</integer>
Patrick Dubroy6b509c12010-08-23 15:08:16 -070022</resources>