summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorMike Cleron <mcleron@google.com>2009-11-05 17:17:42 -0800
committerMike Cleron <mcleron@google.com>2009-11-05 17:17:50 -0800
commit3a2b3f2be58843d26549fb0ec6c6533627c7cd19 (patch)
tree15d8e3949942c9b24e44fd270b9111a0c25b2838 /res/layout-land
parent2d8047699768b1487323ee4603f91268df490d60 (diff)
downloadandroid_packages_apps_Trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.tar.gz
android_packages_apps_Trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.tar.bz2
android_packages_apps_Trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.zip
If 3 screens are good 5 will be better
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 4f2709f6a..5ec7c6c17 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -39,12 +39,15 @@
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>