blob: b43375b14850dec9af017ab6c67b483e2cad8314 [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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
Joe Onoratoa5902522009-07-30 13:37:37 -070017<com.android.launcher2.CellLayout
The Android Open Source Project31dd5032009-03-03 19:32:27 -080018 xmlns:android="http://schemas.android.com/apk/res/android"
Joe Onoratoa5902522009-07-30 13:37:37 -070019 xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher2"
The Android Open Source Project31dd5032009-03-03 19:32:27 -080020
Romain Guy8f19cdd2010-01-08 15:07:00 -080021 android:layout_width="match_parent"
22 android:layout_height="match_parent"
The Android Open Source Project31dd5032009-03-03 19:32:27 -080023
Joe Onoratobf15cb42009-08-07 14:33:40 -070024 launcher:cellWidth="@dimen/workspace_cell_width"
25 launcher:cellHeight="@dimen/workspace_cell_height"
Joe Onorato0589f0f2010-02-08 13:44:00 -080026 launcher:longAxisStartPadding="8dip"
Joe Onorato57a7aaa2010-02-02 08:31:50 -080027 launcher:longAxisEndPadding="@dimen/button_bar_height"
The Android Open Source Project31dd5032009-03-03 19:32:27 -080028 launcher:shortAxisStartPadding="0dip"
29 launcher:shortAxisEndPadding="0dip"
30 launcher:shortAxisCells="4"
31 launcher:longAxisCells="4" />