1 <?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> 18 <!-- Cling --> 19 <dimen name="clingPunchThroughGraphicCenterRadius">94dp</dimen> 20 <dimen name="folderClingMarginTop">20dp</dimen> 21 <!-- The offset for the text in the cling --> 22 <dimen name="cling_text_block_offset_x">0dp</dimen> 23 <dimen name="cling_text_block_offset_y">0dp</dimen> 24 25 <!-- Workspace --> 26 <!-- qsb_bar_height_inset represents qsb_bar_height minus the padding 27 that we put on each page for allowing folders to draw out of bounds --> 28 <dimen name="qsb_bar_height_inset">34dp</dimen> 29 <dimen name="qsb_bar_height">40dp</dimen> 30 <dimen name="qsb_padding_left">0dp</dimen> 31 <dimen name="qsb_padding_right">0dp</dimen> 32 <dimen name="search_bar_height">40dp</dimen> 33 <dimen name="workspace_cell_width">80dp</dimen> 34 <dimen name="workspace_cell_height">100dp</dimen> 35 <dimen name="workspace_width_gap">-1dp</dimen> 36 <dimen name="workspace_height_gap">-1dp</dimen> 37 <dimen name="workspace_max_gap">16dp</dimen> 38 <dimen name="folder_cell_width">74dp</dimen> 39 <dimen name="folder_cell_height">82dp</dimen> 40 <dimen name="workspace_divider_padding_left">3dp</dimen> 41 <dimen name="workspace_divider_padding_right">3dp</dimen> 42 <dimen name="workspace_divider_padding_top">0dp</dimen> 43 <dimen name="workspace_divider_padding_bottom">0dp</dimen> 44 <dimen name="hotseat_cell_width">64dp</dimen> 45 <dimen name="hotseat_cell_height">64dp</dimen> 46 <dimen name="hotseat_width_gap">-1dp</dimen> 47 <dimen name="hotseat_height_gap">-1dp</dimen> 48 <dimen name="workspace_overscroll_drawable_padding">0dp</dimen> 49 50 <dimen name="app_icon_padding_top">8dp</dimen> 51 52 <!-- QSB --> 53 <dimen name="toolbar_button_vertical_padding">0dip</dimen> 54 <dimen name="toolbar_button_horizontal_padding">12dip</dimen> 55 <!-- External toolbar icon size (for bounds) --> 56 <dimen name="toolbar_external_icon_width">36dp</dimen> 57 <dimen name="toolbar_external_icon_height">36dp</dimen> 58 59 <!-- AllApps/Customize/AppsCustomize --> 60 <integer name="apps_customize_maxCellCountX">-1</integer> 61 <integer name="apps_customize_maxCellCountY">-1</integer> 62 <!-- The height of the tab bar - if this changes, we should update the 63 external icon width/height above to compensate --> 64 <dimen name="apps_customize_tab_bar_height">52dp</dimen> 65 <dimen name="apps_customize_tab_bar_margin_top">0dp</dimen> 66 <dimen name="app_icon_size">48dp</dimen> 67 <!-- The width can be 72dp because we don't have L/R padding --> 68 <dimen name="apps_customize_cell_width">74dp</dimen> 69 <dimen name="apps_customize_cell_height">82dp</dimen> 70 <dimen name="apps_customize_max_gap">18dp</dimen> 71 <dimen name="apps_customize_widget_cell_width_gap">10dp</dimen> 72 <dimen name="apps_customize_widget_cell_height_gap">8dp</dimen> 73 <dimen name="title_texture_width">120px</dimen> 74 75 <!-- height of the bottom row of controls --> 76 <dimen name="button_bar_height">62dip</dimen> 77 <!-- Because portal animations go beyond the bounds of an icon, we need 78 to make the dock layout slightly larger than the button_bar_height --> 79 <dimen name="button_bar_height_top_padding">8dp</dimen> 80 <dimen name="button_bar_height_bottom_padding">0dp</dimen> 81 <dimen name="button_bar_width_left_padding">0dp</dimen> 82 <dimen name="button_bar_width_right_padding">0dp</dimen> 83 <dimen name="button_bar_height_plus_padding">70dp</dimen> 84 85 <!-- extra horizontal spacing between mini screen thumbnails ie. in all 86 apps and in customization mode --> 87 <dimen name="smallScreenExtraSpacing">0dip</dimen> 88 89 <!-- Vertical spacing between edge of screen and mini cell layouts when they 90 are minimized to the bottom in all apps --> 91 <dimen name="allAppsSmallScreenVerticalMarginLandscape">30dip</dimen> 92 <dimen name="allAppsSmallScreenVerticalMarginPortrait">60dip</dimen> 93 94 <!-- Drag padding to add to the bottom of drop targets --> 95 <dimen name="drop_target_drag_padding">14dp</dimen> 96 97 <!-- padding between the delete zone drawable and text --> 98 <dimen name="delete_zone_drawable_padding">8dip</dimen> 99 100 <!-- roughly a status bar (for vertically centering the all apps 101 home icon in landscape) --> 102 <dimen name="status_bar_height">25dip</dimen> 103 104 <!-- Dragging --> 105 <!-- the area at the edge of the screen that makes the workspace go left 106 or right while you're dragging. --> 107 <dimen name="scroll_zone">20dp</dimen> 108 109 <!-- When dragging items on the workspace, the number of dps by which the position of 110 the drag view should be offset from the position of the original view. --> 111 <dimen name="dragViewOffsetX">0dp</dimen> 112 <dimen name="dragViewOffsetY">-8dp</dimen> 113 114 <!-- Padding applied to AppWidgets --> 115 <dimen name="app_widget_preview_padding_left">8dp</dimen> 116 <dimen name="app_widget_preview_padding_top">8dp</dimen> 117 118 <!-- Folders --> 119 <!-- The size of the image which sits behind the preview of the folder contents --> 120 <dimen name="folder_preview_size">62dp</dimen> 121 <!-- The amount that the preview contents are inset from the preview background --> 122 <dimen name="folder_preview_padding">4dp</dimen> 123 <dimen name="folder_name_padding">10dp</dimen> 124 <dimen name="folder_width_gap">0dp</dimen> 125 <dimen name="folder_height_gap">0dp</dimen> 126 </resources> 127