summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp-port/dimens.xml
blob: 84ef395d5f15cf59b896efcef01eb155952e0fb1 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>
<!-- AppsCustomize -->
    <integer name="apps_customize_maxCellCountX">-1</integer>
    <integer name="apps_customize_maxCellCountY">7</integer>
    <dimen name="apps_customize_pageLayoutWidthGap">36dp</dimen>
    <dimen name="apps_customize_pageLayoutHeightGap">36dp</dimen>
    <dimen name="apps_customize_pageLayoutPaddingLeft">24dp</dimen>
    <dimen name="apps_customize_pageLayoutPaddingRight">24dp</dimen>
    <!-- We can also afford to have a slightly wider portrait layout in
         xlarge -->
    <integer name="apps_customize_widget_cell_count_x">3</integer>
    <integer name="apps_customize_widget_cell_count_y">3</integer>

<!-- Workspace -->
    <!-- the area at the edge of the screen that makes the workspace go left
         or right while you're dragging. -->
    <dimen name="scroll_zone">40dp</dimen>
    <dimen name="workspace_page_spacing">24dp</dimen>

    <dimen name="qsb_bar_height">72dp</dimen>
    <dimen name="qsb_bar_height_inset">72dp</dimen>
    <dimen name="qsb_padding_left">112dp</dimen>
    <dimen name="qsb_padding_right">112dp</dimen>
    <!-- We offset the proxy to overlap with the voice icon -->
    <dimen name="qsb_voice_proxy_padding_right">100dp</dimen>

    <integer name="apps_customize_cling_focused_x">2</integer>
    <integer name="apps_customize_cling_focused_y">2</integer>

    <!-- Divider width set to match the qsb width -->
    <dimen name="workspace_divider_padding_left">112dp</dimen>
    <dimen name="workspace_divider_padding_right">112dp</dimen>

<!-- Hotseat -->
    <dimen name="hotseat_width_gap">16dp</dimen>

<!-- Cling -->
    <!-- The offset for the text in the cling -->
    <dimen name="cling_text_block_offset_x">80dp</dimen>
    <dimen name="cling_text_block_offset_y">160dp</dimen>
</resources>