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 <!-- QSB --> 19 <dimen name="toolbar_button_vertical_padding">8dip</dimen> 20 <dimen name="toolbar_button_horizontal_padding">0dip</dimen> 21 22 <!-- Workspace --> 23 <!-- We really want the page spacing to be the max of either the button bar 24 height or the qsb bar height --> 25 <dimen name="workspace_page_spacing">-1dp</dimen> 26 27 <!-- AppsCustomize --> 28 <dimen name="apps_customize_tab_bar_height">42dp</dimen> 29 <integer name="apps_customize_widget_cell_count_x">3</integer> 30 <integer name="apps_customize_widget_cell_count_y">2</integer> 31 <integer name="apps_customize_cling_focused_x">2</integer> 32 <integer name="apps_customize_cling_focused_y">1</integer> 33 </resources> 34