Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Patrick Dubroy | dea9e93 | 2010-09-22 15:04:29 -0700 | [diff] [blame] | 2 | <!-- Copyright (C) 2010 The Android Open Source Project |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 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 | <com.android.launcher2.DragLayer |
Winson Chung | 6fa610d | 2012-02-24 15:53:17 -0800 | [diff] [blame^] | 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 19 | |
| 20 | android:id="@+id/drag_layer" |
| 21 | android:layout_width="match_parent" |
Winson Chung | 97d85d2 | 2011-04-13 11:27:36 -0700 | [diff] [blame] | 22 | android:layout_height="match_parent" |
| 23 | android:focusable="false"> |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 24 | |
Michael Jurka | f6440da | 2011-04-05 14:50:34 -0700 | [diff] [blame] | 25 | <include layout="@layout/workspace" |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 26 | android:id="@+id/workspace" |
| 27 | android:layout_width="match_parent" |
Michael Jurka | f6440da | 2011-04-05 14:50:34 -0700 | [diff] [blame] | 28 | android:layout_height="match_parent" /> |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 29 | |
Winson Chung | f0ea4d3 | 2011-06-06 14:27:16 -0700 | [diff] [blame] | 30 | <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 Chung | 97d85d2 | 2011-04-13 11:27:36 -0700 | [diff] [blame] | 34 | android:layout_gravity="top" /> |
| 35 | |
Winson Chung | f0ea4d3 | 2011-06-06 14:27:16 -0700 | [diff] [blame] | 36 | <include layout="@layout/apps_customize_pane" |
| 37 | android:id="@+id/apps_customize_pane" |
Adam Lesinski | 6b879f0 | 2010-11-04 16:15:23 -0700 | [diff] [blame] | 38 | android:layout_width="match_parent" |
| 39 | android:layout_height="match_parent" |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 40 | android:visibility="invisible" /> |
Winson Chung | 82f5553 | 2011-08-09 14:14:23 -0700 | [diff] [blame] | 41 | |
| 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 Chung | d016015 | 2011-11-15 15:04:42 -0800 | [diff] [blame] | 47 | |
| 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 Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 53 | </com.android.launcher2.DragLayer> |