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.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 89b3b4306..d3069a178 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -40,13 +40,16 @@
android:id="@+id/workspace"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
-
- launcher:defaultScreen="1">
+ android:scrollbars="horizontal"
+ android:fadeScrollbars="true"
+ launcher:defaultScreen="2">
<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" />
-
+ <include android:id="@+id/cell4" layout="@layout/workspace_screen" />
+ <include android:id="@+id/cell5" layout="@layout/workspace_screen" />
+
</com.android.launcher2.Workspace>
<com.android.launcher2.HandleView