| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2010 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| <!-- the area at the edge of the screen that makes the workspace go left |
| or right while you're dragging. --> |
| <dimen name="scroll_zone">100dip</dimen> |
| |
| <dimen name="customization_drawer_height">480dp</dimen> |
| <dimen name="customization_drawer_content_height">420dp</dimen> |
| |
| <integer name="all_apps_view_cellCountX">7</integer> |
| <integer name="all_apps_view_cellCountY">5</integer> |
| <dimen name="all_apps_view_pageLayoutWidthGap">36dp</dimen> |
| <dimen name="all_apps_view_pageLayoutHeightGap">6dp</dimen> |
| <dimen name="all_apps_view_pageLayoutPaddingTop">20dp</dimen> |
| <dimen name="all_apps_view_pageLayoutPaddingBottom">14dp</dimen> |
| <dimen name="all_apps_view_pageLayoutPaddingLeft">40dp</dimen> |
| <dimen name="all_apps_view_pageLayoutPaddingRight">40dp</dimen> |
| |
| <integer name="customization_drawer_contents_wallpaperCellSpanX">3</integer> |
| <integer name="customization_drawer_contents_wallpaperCellCountX">12</integer> |
| <integer name="customization_drawer_contents_widgetCellCountX">14</integer> |
| <integer name="customization_drawer_contents_cellCountX">8</integer> |
| <integer name="customization_drawer_contents_cellCountY">3</integer> |
| <dimen name="customization_drawer_contents_pageLayoutWidthGap">32dp</dimen> |
| </resources> |