blob: c5fdd68e0cf1791e2d7699c009b28a6e015c46f6 [file] [log] [blame]
Joe Onoratobf15cb42009-08-07 14:33:40 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources>
Winson Chung4b825dcd2011-06-19 12:41:22 -070018<!-- Workspace -->
19 <dimen name="workspace_left_padding">0dp</dimen>
20 <dimen name="workspace_right_padding">0dp</dimen>
21 <!-- NOTE: This padding is the @dimen/qsb_bar_height + some padding -->
22 <dimen name="workspace_top_padding">60dp</dimen>
23 <!-- NOTE: This padding is the @dimen/button_bar_height + some padding
24 for signposting -->
25 <dimen name="workspace_bottom_padding">64dp</dimen>
Winson Chung557d6ed2011-07-08 15:34:52 -070026 <dimen name="workspace_page_spacing">8dp</dimen>
Winson Chung4b825dcd2011-06-19 12:41:22 -070027
Michael Jurka66d72172011-04-12 16:29:25 -070028 <dimen name="folder_cell_width">74dip</dimen>
29 <dimen name="folder_cell_height">86dip</dimen>
Winson Chung785d2eb2011-04-14 16:08:02 -070030
Winson Chung557d6ed2011-07-08 15:34:52 -070031 <integer name="apps_customize_cellCountX">4</integer>
32 <integer name="apps_customize_cellCountY">5</integer>
33 <dimen name="apps_customize_pageLayoutWidthGap">-1dp</dimen>
34 <dimen name="apps_customize_pageLayoutHeightGap">-1dp</dimen>
35 <dimen name="apps_customize_pageLayoutPaddingTop">15dp</dimen>
36 <dimen name="apps_customize_pageLayoutPaddingBottom">15dp</dimen>
37 <dimen name="apps_customize_pageLayoutPaddingLeft">5dp</dimen>
38 <dimen name="apps_customize_pageLayoutPaddingRight">5dp</dimen>
Winson Chung4b576be2011-04-27 17:40:20 -070039
40 <dimen name="apps_customize_widget_cell_width_gap">20dp</dimen>
Winson Chungd2945262011-06-24 15:22:14 -070041 <dimen name="apps_customize_widget_cell_height_gap">10dp</dimen>
Winson Chung4b576be2011-04-27 17:40:20 -070042 <integer name="apps_customize_widget_cell_count_x">2</integer>
43 <integer name="apps_customize_widget_cell_count_y">2</integer>
Joe Onoratobf15cb42009-08-07 14:33:40 -070044</resources>