summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
commit15a8880cb1b9010ce4503c10c1666568d49415b1 (patch)
tree29fa05cbaa19101da95b010de82290cebfb6d092 /res/layout-land
parentbb96f41aa99687260370cf8cdee7683653e538a7 (diff)
downloadandroid_packages_apps_Trebuchet-15a8880cb1b9010ce4503c10c1666568d49415b1.tar.gz
android_packages_apps_Trebuchet-15a8880cb1b9010ce4503c10c1666568d49415b1.tar.bz2
android_packages_apps_Trebuchet-15a8880cb1b9010ce4503c10c1666568d49415b1.zip
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 11a81fd8e..e92c8dc18 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -16,7 +16,6 @@
<com.android.launcher.DragLayer
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
android:id="@+id/drag_layer"
@@ -37,15 +36,15 @@
</com.android.launcher.Workspace>
- <com.android.internal.widget.SlidingDrawer
+ <SlidingDrawer
android:id="@+id/drawer"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
- androidprv:bottomOffset="7px"
- androidprv:handle="@+id/all_apps"
- androidprv:content="@+id/content">
+ android:bottomOffset="7dip"
+ android:handle="@+id/all_apps"
+ android:content="@+id/content">
<com.android.launcher.HandleView
android:id="@id/all_apps"
@@ -81,7 +80,7 @@
android:verticalSpacing="10dip"
android:numColumns="5" />
- </com.android.internal.widget.SlidingDrawer>
+ </SlidingDrawer>
<com.android.launcher.DeleteZone
android:id="@+id/delete_zone"