summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge-land/launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge-land/launcher.xml')
-rw-r--r--res/layout-xlarge-land/launcher.xml32
1 files changed, 10 insertions, 22 deletions
diff --git a/res/layout-xlarge-land/launcher.xml b/res/layout-xlarge-land/launcher.xml
index e5ba3934c..8e6f1fe4b 100644
--- a/res/layout-xlarge-land/launcher.xml
+++ b/res/layout-xlarge-land/launcher.xml
@@ -22,23 +22,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <include
- layout="@layout/all_apps_tabbed"
- android:id="@+id/all_apps_view"
- android:layout_width="match_parent"
- android:layout_height="600dp"
- android:layout_gravity="top"/>
-
<!-- The workspace contains 5 screens of cells -->
<com.android.launcher2.Workspace
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="?android:attr/actionBarSize"
+ android:paddingBottom="10dp"
launcher:defaultScreen="2"
launcher:cellCountX="8"
launcher:cellCountY="7"
- launcher:pageSpacing="32dp">
+ launcher:pageSpacing="50dp">
<include android:id="@+id/cell1" layout="@layout/workspace_screen" />
<include android:id="@+id/cell2" layout="@layout/workspace_screen" />
@@ -47,6 +41,13 @@
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
+ <include
+ layout="@layout/all_apps_tabbed"
+ android:id="@+id/all_apps_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="top" />
+
<RelativeLayout
android:id="@+id/all_apps_button_cluster"
android:layout_width="fill_parent"
@@ -92,25 +93,12 @@
android:focusable="true"
android:clickable="true" />
- <!-- The button to bring up the installed app market.
- The icon for this button will be dynamically set. -->
- <ImageView
- android:id="@+id/market_button"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_alignLeft="@id/all_apps_button"
-
- android:onClick="onClickAppMarketButton"
- android:focusable="false"
- android:clickable="false"
- android:visibility="gone"/>
-
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"
android:src="@drawable/delete_zone_selector"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_alignLeft="@id/all_apps_button"
+ android:layout_alignRight="@id/all_apps_button"
android:visibility="gone"
launcher:direction="horizontal" />