mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
- Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
12 lines
399 B
XML
12 lines
399 B
XML
<resources>
|
|
<bool name="config_largeHeap">true</bool>
|
|
<bool name="is_large_tablet">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>
|