summaryrefslogtreecommitdiffstats
path: root/res/values-large/config.xml
blob: dca8282ab2e7d03f354583faaa1c8503a1f5a8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<resources>
<!-- AllApps/Customize/AppsCustomize -->
    <!-- Fade/zoom in/out duration & scale in the Customize transition.
         Note: This should be less than the workspaceShrinkTime as they happen together. -->
    <integer name="config_customizeZoomInTime">800</integer>
    <integer name="config_customizeZoomOutTime">600</integer>
    <integer name="config_customizeZoomScaleFactor">7</integer>
    <integer name="config_customizeFadeInTime">800</integer>
    <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
    <integer name="config_workspaceSpringLoadShrinkPercentage">70</integer>

    <!-- The slope, in percent, of the drag movement needed to drag an item out of
         Customize (y / x * 100%)  -->
    <integer name="config_customizationDrawerDragSlopeThreshold">150</integer>

    <!-- Duration in milliseconds of the animations between all apps, customize, & home.
         NOTE: If these are changed, the toolbar animation times below should also be. -->
    <integer name="config_customizeWorkspaceShrinkTime">800</integer>

<!-- Workspace -->
    <!-- When dragging items on the workspace, how much bigger (in pixels) the dragged view
         should be, as compared to the original view. If 0, it will not be scaled at all.
         Should be an even number, for pixel alignment. -->
    <integer name="config_dragViewExtraPixels">0</integer>

    <!-- When shrinking the workspace, this is the percentage of its original size. -->
    <integer name="config_workspaceShrinkPercent">17</integer>

</resources>