diff options
author | Mike Cleron <mcleron@google.com> | 2009-11-05 17:17:42 -0800 |
---|---|---|
committer | Mike Cleron <mcleron@google.com> | 2009-11-05 17:17:50 -0800 |
commit | 3a2b3f2be58843d26549fb0ec6c6533627c7cd19 (patch) | |
tree | 15d8e3949942c9b24e44fd270b9111a0c25b2838 /res/layout-land | |
parent | 2d8047699768b1487323ee4603f91268df490d60 (diff) | |
download | packages_apps_trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.zip packages_apps_trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.tar.gz packages_apps_trebuchet-3a2b3f2be58843d26549fb0ec6c6533627c7cd19.tar.bz2 |
If 3 screens are good 5 will be better
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/launcher.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 4f2709f..5ec7c6c 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> |