mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
15 lines
599 B
XML
15 lines
599 B
XML
<resources>
|
|
<bool name="config_largeHeap">true</bool>
|
|
<bool name="is_large_screen">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>
|
|
<!-- Whether or not to fade the side pages -->
|
|
<bool name="config_workspaceFadeAdjacentScreens">true</bool>
|
|
</resources>
|