Home | History | Annotate | Download | only in values-sw600dp-land
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2010 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 <!-- Workspace -->
     19     <dimen name="workspace_left_padding">24dip</dimen>
     20     <dimen name="workspace_right_padding">24dip</dimen>
     21     <!-- We need padding on the screens for portals to look right -->
     22     <dimen name="workspace_top_padding">12dip</dimen>
     23     <dimen name="workspace_bottom_padding">12dip</dimen>
     24     <dimen name="workspace_width_gap">32dp</dimen>
     25     <dimen name="workspace_height_gap">2dp</dimen>
     26     <dimen name="workspace_page_spacing">50dp</dimen>
     27 
     28     <!-- the area at the edge of the screen that makes the workspace go left
     29          or right while you're dragging. -->
     30     <dimen name="scroll_zone">100dip</dimen>
     31 
     32     <dimen name="apps_customize_pageLayoutWidthGap">36dp</dimen>
     33     <dimen name="apps_customize_pageLayoutHeightGap">8dp</dimen>
     34     <dimen name="apps_customize_pageLayoutPaddingTop">20dp</dimen>
     35     <dimen name="apps_customize_pageLayoutPaddingBottom">14dp</dimen>
     36     <dimen name="apps_customize_pageLayoutPaddingLeft">30dp</dimen>
     37     <dimen name="apps_customize_pageLayoutPaddingRight">30dp</dimen>
     38     <integer name="apps_customize_widget_cell_count_x">3</integer>
     39     <integer name="apps_customize_widget_cell_count_y">2</integer>
     40     <integer name="apps_customize_cling_focused_x">4</integer>
     41     <integer name="apps_customize_cling_focused_y">2</integer>
     42 
     43 <!-- Cling -->
     44     <!-- The offset for the text in the cling -->
     45     <dimen name="cling_text_block_offset_x">140dp</dimen>
     46     <dimen name="cling_text_block_offset_y">80dp</dimen>
     47 </resources>
     48