Home | History | Annotate | Download | only in values-sw340dp-port
      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 <!-- Clings -->
     19     <dimen name="folderClingMarginTop">70dp</dimen>
     20 
     21 <!-- Workspace -->
     22     <dimen name="workspace_width_gap">0dp</dimen>
     23     <dimen name="workspace_height_gap">0dp</dimen>
     24     <dimen name="workspace_top_padding">8dp</dimen>
     25     <dimen name="workspace_bottom_padding">8dp</dimen>
     26     <dimen name="workspace_left_padding">8dp</dimen>
     27     <dimen name="workspace_right_padding">8dp</dimen>
     28     <dimen name="workspace_divider_padding_left">6dp</dimen>
     29     <dimen name="workspace_divider_padding_right">6dp</dimen>
     30 
     31     <dimen name="hotseat_width_gap">0dp</dimen>
     32     <dimen name="hotseat_height_gap">0dp</dimen>
     33     <dimen name="hotseat_top_padding">-1dp</dimen>
     34     <dimen name="hotseat_bottom_padding">-1dp</dimen>
     35     <dimen name="hotseat_left_padding">-1dp</dimen>
     36     <dimen name="hotseat_right_padding">-1dp</dimen>
     37 
     38     <!-- qsb_bar_height_inset represents qsb_bar_height minus the padding
     39          that we put on each page for allowing folders to draw out of bounds -->
     40     <dimen name="qsb_bar_height_inset">48dp</dimen>
     41     <dimen name="qsb_bar_height">54dp</dimen>
     42     <dimen name="qsb_padding_left">6dp</dimen>
     43     <dimen name="qsb_padding_right">6dp</dimen>
     44     <dimen name="search_bar_height">48dp</dimen>
     45     <!-- height of the bottom row of controls -->
     46     <dimen name="button_bar_height">80dip</dimen>
     47     <!-- Because portal animations go beyond the bounds of an icon, we need
     48          to make the dock layout slightly larger than the button_bar_height -->
     49     <dimen name="button_bar_height_top_padding">8dp</dimen>
     50     <dimen name="button_bar_height_bottom_padding">8dp</dimen>
     51     <dimen name="button_bar_width_left_padding">8dp</dimen>
     52     <dimen name="button_bar_width_right_padding">8dp</dimen>
     53     <dimen name="button_bar_height_plus_padding">80dp</dimen>
     54 
     55 <!-- AppsCustomize -->
     56     <dimen name="apps_customize_pageLayoutPaddingTop">16dp</dimen>
     57     <dimen name="apps_customize_pageLayoutPaddingBottom">20dp</dimen>
     58     <dimen name="apps_customize_pageLayoutPaddingLeft">8dp</dimen>
     59     <dimen name="apps_customize_pageLayoutPaddingRight">8dp</dimen>
     60     <dimen name="apps_customize_cell_height">92dp</dimen>
     61     <dimen name="apps_customize_widget_cell_height_gap">16dp</dimen>
     62 </resources>
     63