blob: 94c69a683e5710c7996d97fab3bfcd4f468805dd [file] [log] [blame]
Michael Jurkaaf442092010-06-10 17:01:57 -07001<?xml version="1.0" encoding="utf-8"?>
Patrick Dubroydea9e932010-09-22 15:04:29 -07002<!-- Copyright (C) 2010 The Android Open Source Project
Michael Jurkaaf442092010-06-10 17:01:57 -07003
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<com.android.launcher2.DragLayer
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
20
21 android:id="@+id/drag_layer"
22 android:layout_width="match_parent"
Winson Chung97d85d22011-04-13 11:27:36 -070023 android:layout_height="match_parent"
24 android:focusable="false">
Michael Jurkaaf442092010-06-10 17:01:57 -070025
Michael Jurkaf6440da2011-04-05 14:50:34 -070026 <include layout="@layout/workspace"
Michael Jurkaaf442092010-06-10 17:01:57 -070027 android:id="@+id/workspace"
28 android:layout_width="match_parent"
Michael Jurkaf6440da2011-04-05 14:50:34 -070029 android:layout_height="match_parent" />
Michael Jurkaaf442092010-06-10 17:01:57 -070030
Winson Chungf0ea4d32011-06-06 14:27:16 -070031 <include layout="@layout/qsb_bar"
32 android:id="@+id/qsb_bar"
33 android:layout_width="match_parent"
34 android:layout_height="@dimen/qsb_bar_height"
Winson Chung97d85d22011-04-13 11:27:36 -070035 android:layout_gravity="top" />
36
Winson Chungf0ea4d32011-06-06 14:27:16 -070037 <include layout="@layout/apps_customize_pane"
38 android:id="@+id/apps_customize_pane"
Adam Lesinski6b879f02010-11-04 16:15:23 -070039 android:layout_width="match_parent"
40 android:layout_height="match_parent"
Winson Chung785d2eb2011-04-14 16:08:02 -070041 android:visibility="invisible" />
Winson Chung82f55532011-08-09 14:14:23 -070042
43 <include layout="@layout/workspace_cling"
44 android:id="@+id/workspace_cling"
45 android:layout_width="match_parent"
46 android:layout_height="match_parent"
47 android:visibility="gone" />
Winson Chungd0160152011-11-15 15:04:42 -080048
49 <include layout="@layout/folder_cling"
50 android:id="@+id/folder_cling"
51 android:layout_width="match_parent"
52 android:layout_height="match_parent"
53 android:visibility="gone" />
Michael Jurkaaf442092010-06-10 17:01:57 -070054</com.android.launcher2.DragLayer>