summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp/config.xml
blob: 05fce66a29dfd3ebd03eae3733d9bc189d0b021f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>
    <!-- Whether to show outlines on the screens when scrolling -->
    <bool name="config_workspaceDefaultShowOutlines">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>