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 |
| 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 Chung | 97d85d2 | 2011-04-13 11:27:36 -0700 | [diff] [blame] | 23 | android:layout_height="match_parent" |
| 24 | android:focusable="false"> |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 25 | |
Michael Jurka | f6440da | 2011-04-05 14:50:34 -0700 | [diff] [blame^] | 26 | <include layout="@layout/workspace" |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 27 | android:id="@+id/workspace" |
| 28 | android:layout_width="match_parent" |
Michael Jurka | f6440da | 2011-04-05 14:50:34 -0700 | [diff] [blame^] | 29 | android:layout_height="match_parent" /> |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 30 | |
Winson Chung | 97d85d2 | 2011-04-13 11:27:36 -0700 | [diff] [blame] | 31 | <include layout="@layout/button_bar" |
| 32 | android:id="@+id/all_apps_button_cluster" |
| 33 | android:layout_width="fill_parent" |
| 34 | android:layout_height="?android:attr/actionBarSize" |
| 35 | android:layout_gravity="top" /> |
| 36 | |
Michael Jurka | f6440da | 2011-04-05 14:50:34 -0700 | [diff] [blame^] | 37 | <include layout="@layout/all_apps_tabbed" |
Adam Lesinski | 6b879f0 | 2010-11-04 16:15:23 -0700 | [diff] [blame] | 38 | android:id="@+id/all_apps_view" |
| 39 | android:layout_width="match_parent" |
| 40 | android:layout_height="match_parent" |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 41 | android:layout_gravity="top" |
| 42 | android:visibility="invisible" /> |
Adam Lesinski | 6b879f0 | 2010-11-04 16:15:23 -0700 | [diff] [blame] | 43 | |
Michael Jurka | 9c6fbed | 2011-03-02 17:41:34 -0800 | [diff] [blame] | 44 | <include layout="@layout/customization_drawer" |
Winson Chung | 8812703 | 2010-12-13 12:11:33 -0800 | [diff] [blame] | 45 | android:id="@+id/customization_drawer" |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 46 | android:layout_width="match_parent" |
Michael Jurka | 3c38d56 | 2011-02-18 19:22:12 -0800 | [diff] [blame] | 47 | android:layout_height="@dimen/customization_drawer_height" |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 48 | android:layout_gravity="bottom" |
| 49 | android:visibility="invisible" /> |
Michael Jurka | af44209 | 2010-06-10 17:01:57 -0700 | [diff] [blame] | 50 | </com.android.launcher2.DragLayer> |