56901eb57c
Change-Id: I28dcd1db577688fe24c786f1519f442c690bff1d
21 lines
893 B
XML
21 lines
893 B
XML
<resources>
|
|
<bool name="config_largeHeap">true</bool>
|
|
|
|
<!-- AllApps/Customize/AppsCustomize -->
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
|
|
|
|
<!-- Workspace -->
|
|
<!-- Whether or not the drop targets drop down as opposed to fade in -->
|
|
<bool name="config_useDropTargetDownTransition">true</bool>
|
|
|
|
<!-- When dragging items on the workspace, how much bigger (in pixels) the dragged view
|
|
should be, as compared to the original view. If 0, it will not be scaled at all.
|
|
Should be an even number, for pixel alignment. -->
|
|
<integer name="config_dragViewExtraPixels">0</integer>
|
|
|
|
<!-- When shrinking the workspace, this is the percentage of its original size. -->
|
|
<integer name="config_workspaceShrinkPercent">17</integer>
|
|
|
|
</resources>
|