summaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/layout-land/launcher.xml7
-rw-r--r--res/layout-port/launcher.xml9
-rw-r--r--res/xml/default_workspace.xml14
3 files changed, 18 insertions, 12 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>
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
diff --git a/res/xml/default_workspace.xml b/res/xml/default_workspace.xml
index 7937c3bd9..acb9ba933 100644
--- a/res/xml/default_workspace.xml
+++ b/res/xml/default_workspace.xml
@@ -17,49 +17,49 @@
<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher2">
<search
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="0"
launcher:y="0" />
<favorite
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.DialtactsActivity"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="0"
launcher:y="3" />
<favorite
launcher:packageName="com.android.contacts"
launcher:className="com.android.contacts.DialtactsContactsEntryActivity"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="1"
launcher:y="3" />
<favorite
launcher:packageName="com.android.browser"
launcher:className="com.android.browser.BrowserActivity"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="2"
launcher:y="3" />
<favorite
launcher:packageName="com.google.android.apps.maps"
launcher:className="com.google.android.maps.MapsActivity"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="3"
launcher:y="3" />
<favorite
launcher:packageName="com.android.mms"
launcher:className="com.android.mms.ui.ConversationList"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="0"
launcher:y="2" />
<favorite
launcher:packageName="com.android.vending"
launcher:className="com.android.vending.AssetBrowserActivity"
- launcher:screen="1"
+ launcher:screen="2"
launcher:x="3"
launcher:y="2" />