1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2011 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> 18<!-- AppsCustomize --> 19 <dimen name="apps_customize_pageLayoutWidthGap">28dp</dimen> 20 <dimen name="apps_customize_pageLayoutHeightGap">16dp</dimen> 21 <dimen name="apps_customize_pageLayoutPaddingLeft">16dp</dimen> 22 <dimen name="apps_customize_pageLayoutPaddingRight">16dp</dimen> 23 24<!-- Workspace --> 25 <dimen name="workspace_page_spacing">50dp</dimen> 26 27 <!-- the area at the edge of the screen that makes the workspace go left 28 or right while you're dragging. --> 29 <dimen name="scroll_zone">100dip</dimen> 30 31 <integer name="apps_customize_widget_cell_count_x">4</integer> 32 <integer name="apps_customize_widget_cell_count_y">2</integer> 33 <integer name="apps_customize_cling_focused_x">4</integer> 34 <integer name="apps_customize_cling_focused_y">2</integer> 35 36<!-- Cling --> 37 <!-- The offset for the text in the cling --> 38 <dimen name="cling_text_block_offset_x">140dp</dimen> 39 <dimen name="cling_text_block_offset_y">80dp</dimen> 40</resources> 41