mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
point to the correct density in multi-display Bug: 154665987 Bug: 153293358 Change-Id: I9a95bf314049ce783067f70c735ea29a64388ce5
11 lines
354 B
XML
11 lines
354 B
XML
<resources>
|
|
<bool name="config_largeHeap">true</bool>
|
|
|
|
<!-- All Apps & Widgets -->
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
|
|
|
|
<!-- Hotseat -->
|
|
<bool name="hotseat_transpose_layout_with_orientation">false</bool>
|
|
</resources>
|