mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<resources>
|
|
<!-- AllApps/Customize/AppsCustomize -->
|
|
<!-- Fade/zoom in/out duration & scale in the Customize transition.
|
|
Note: This should be less than the workspaceShrinkTime as they happen together. -->
|
|
<integer name="config_customizeZoomInTime">800</integer>
|
|
<integer name="config_customizeZoomOutTime">600</integer>
|
|
<integer name="config_customizeZoomScaleFactor">7</integer>
|
|
<integer name="config_customizeFadeInTime">800</integer>
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
|
|
|
|
<!-- The slope, in percent, of the drag movement needed to drag an item out of
|
|
Customize (y / x * 100%) -->
|
|
<integer name="config_customizationDrawerDragSlopeThreshold">150</integer>
|
|
|
|
<!-- Duration in milliseconds of the animations between all apps, customize, & home.
|
|
NOTE: If these are changed, the toolbar animation times below should also be. -->
|
|
<integer name="config_customizeWorkspaceShrinkTime">800</integer>
|
|
|
|
<!-- Workspace -->
|
|
<!-- 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>
|