summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml28
1 files changed, 17 insertions, 11 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 41a1f5b0d..167331e86 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -16,6 +16,7 @@
<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"
@@ -30,9 +31,9 @@
launcher:defaultScreen="1">
- <include layout="@layout/workspace_screen" />
- <include layout="@layout/workspace_screen" />
- <include layout="@layout/workspace_screen" />
+ <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
+ <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
+ <include android:id="@+id/cell3" layout="@layout/workspace_screen" />
</com.android.launcher.Workspace>
@@ -41,20 +42,25 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:topOffset="5px"
- android:bottomOffset="7px"
- android:handle="@+id/all_apps"
- android:content="@+id/content">
+ androidprv:topOffset="5px"
+ androidprv:bottomOffset="7px"
+ androidprv:handle="@+id/all_apps"
+ androidprv:content="@+id/content">
- <ImageView
+ <com.android.launcher.HandleView
android:id="@id/all_apps"
+ android:layout_width="fill_parent"
+ android:layout_height="56dip"
+
+ android:background="@drawable/handle"
+
android:focusable="true"
android:clickable="true"
+
android:scaleType="center"
android:src="@drawable/handle_icon"
- android:background="@drawable/handle"
- android:layout_width="fill_parent"
- android:layout_height="56dip" />
+
+ launcher:direction="horizontal" />
<com.android.launcher.AllAppsGridView
android:id="@id/content"