summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-07-30 13:37:37 -0700
committerJoe Onorato <joeo@android.com>2009-07-30 13:37:37 -0700
commita5902524d4403885eb4c50360bf3465c6be796ef (patch)
tree230ccdd3b32e39d7691ead6f5e3654af66283273 /res/layout-land/launcher.xml
parentfca7c88f9dba895d9f6cf52c6f0e656445063e3e (diff)
downloadandroid_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.tar.gz
android_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.tar.bz2
android_packages_apps_Trebuchet-a5902524d4403885eb4c50360bf3465c6be796ef.zip
Launcher2 compiles.
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 8214863f7..3af51ec55 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -14,16 +14,16 @@
limitations under the License.
-->
-<com.android.launcher.DragLayer
+<com.android.launcher2.DragLayer
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher2"
android:id="@+id/drag_layer"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!-- The workspace contains 3 screens of cells -->
- <com.android.launcher.Workspace
+ <com.android.launcher2.Workspace
android:id="@+id/workspace"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
@@ -34,7 +34,7 @@
<include android:id="@+id/cell2" layout="@layout/workspace_screen" />
<include android:id="@+id/cell3" layout="@layout/workspace_screen" />
- </com.android.launcher.Workspace>
+ </com.android.launcher2.Workspace>
<SlidingDrawer
android:id="@+id/drawer"
@@ -46,7 +46,7 @@
android:handle="@+id/all_apps"
android:content="@+id/content">
- <com.android.launcher.HandleView
+ <com.android.launcher2.HandleView
android:id="@id/all_apps"
android:layout_width="56dip"
android:layout_height="fill_parent"
@@ -61,7 +61,7 @@
launcher:direction="vertical" />
- <com.android.launcher.AllAppsGridView
+ <com.android.launcher2.AllAppsGridView
android:id="@id/content"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
@@ -82,7 +82,7 @@
</SlidingDrawer>
- <com.android.launcher.DeleteZone
+ <com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"
android:layout_width="49dip"
android:layout_height="wrap_content"
@@ -97,4 +97,4 @@
launcher:direction="vertical" />
-</com.android.launcher.DragLayer>
+</com.android.launcher2.DragLayer>