diff options
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r-- | res/layout-land/launcher.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 11a81fd..e92c8dc 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" |