5f8afe6280
Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
21 lines
804 B
XML
21 lines
804 B
XML
<resources>
|
|
<bool name="config_largeHeap">true</bool>
|
|
<bool name="is_large_tablet">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">false</bool>
|
|
<!-- Whether or not to fade the side pages -->
|
|
<bool name="config_workspaceFadeAdjacentScreens">true</bool>
|
|
|
|
<!-- Camera distance for the overscroll effect -->
|
|
<integer name="config_cameraDistance">18000</integer>
|
|
|
|
<!-- Hotseat -->
|
|
<bool name="hotseat_transpose_layout_with_orientation">false</bool>
|
|
</resources>
|