blob: 65149f29a1a7d326d42dd9d74aec2989b4fb6fac [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
Winson Chung6fa610d2012-02-24 15:53:17 -080018 xmlns:android="http://schemas.android.com/apk/res/android"
Michael Jurkaaf442092010-06-10 17:01:57 -070019
20 android:id="@+id/drag_layer"
21 android:layout_width="match_parent"
Winson Chung97d85d22011-04-13 11:27:36 -070022 android:layout_height="match_parent"
23 android:focusable="false">
Michael Jurkaaf442092010-06-10 17:01:57 -070024
Michael Jurkaf6440da2011-04-05 14:50:34 -070025 <include layout="@layout/workspace"
Michael Jurkaaf442092010-06-10 17:01:57 -070026 android:id="@+id/workspace"
27 android:layout_width="match_parent"
Michael Jurkaf6440da2011-04-05 14:50:34 -070028 android:layout_height="match_parent" />
Michael Jurkaaf442092010-06-10 17:01:57 -070029
Winson Chungf0ea4d32011-06-06 14:27:16 -070030 <include layout="@layout/qsb_bar"
31 android:id="@+id/qsb_bar"
32 android:layout_width="match_parent"
33 android:layout_height="@dimen/qsb_bar_height"
Winson Chung97d85d22011-04-13 11:27:36 -070034 android:layout_gravity="top" />
35
Winson Chungf0ea4d32011-06-06 14:27:16 -070036 <include layout="@layout/apps_customize_pane"
37 android:id="@+id/apps_customize_pane"
Adam Lesinski6b879f02010-11-04 16:15:23 -070038 android:layout_width="match_parent"
39 android:layout_height="match_parent"
Winson Chung785d2eb2011-04-14 16:08:02 -070040 android:visibility="invisible" />
Winson Chung82f55532011-08-09 14:14:23 -070041
42 <include layout="@layout/workspace_cling"
43 android:id="@+id/workspace_cling"
44 android:layout_width="match_parent"
45 android:layout_height="match_parent"
46 android:visibility="gone" />
Winson Chungd0160152011-11-15 15:04:42 -080047
48 <include layout="@layout/folder_cling"
49 android:id="@+id/folder_cling"
50 android:layout_width="match_parent"
51 android:layout_height="match_parent"
52 android:visibility="gone" />
Michael Jurkaaf442092010-06-10 17:01:57 -070053</com.android.launcher2.DragLayer>