summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-07-31 11:54:44 -0700
committerJoe Onorato <joeo@android.com>2009-07-31 16:24:15 -0700
commit7404ee4a16e03dba9f026ac8c78d7cea3886260f (patch)
treee847d6f56dcd61d93e3bc7c9fea320b69a0d0481 /res/layout-port/launcher.xml
parenta5902524d4403885eb4c50360bf3465c6be796ef (diff)
downloadandroid_packages_apps_Trebuchet-7404ee4a16e03dba9f026ac8c78d7cea3886260f.tar.gz
android_packages_apps_Trebuchet-7404ee4a16e03dba9f026ac8c78d7cea3886260f.tar.bz2
android_packages_apps_Trebuchet-7404ee4a16e03dba9f026ac8c78d7cea3886260f.zip
Checkpoint launcher2 - all apps is in a 2nd window.
Lots is still broken.
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml50
1 files changed, 10 insertions, 40 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 6ed605b00..e77a01e98 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -36,51 +36,21 @@
</com.android.launcher2.Workspace>
- <SlidingDrawer
- android:id="@+id/drawer"
+ <com.android.launcher2.HandleView
+ android:id="@id/all_apps"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
-
- android:topOffset="5dip"
- android:bottomOffset="7dip"
- android:handle="@+id/all_apps"
- android:content="@+id/content">
-
- <com.android.launcher2.HandleView
- android:id="@id/all_apps"
- android:layout_width="fill_parent"
- android:layout_height="56dip"
-
- android:background="@drawable/handle"
-
- android:focusable="true"
- android:clickable="true"
-
- android:scaleType="center"
- android:src="@drawable/handle_icon"
+ android:layout_height="56dip"
+ android:layout_gravity="bottom"
- launcher:direction="horizontal" />
+ android:background="@drawable/handle"
- <com.android.launcher2.AllAppsGridView
- android:id="@id/content"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:focusable="true"
+ android:clickable="true"
- launcher:texture="@drawable/pattern_carbon_fiber_dark"
-
- android:scrollbarStyle="outsideInset"
- android:drawSelectorOnTop="false"
- android:listSelector="@drawable/grid_selector"
-
- android:nextFocusLeft="@id/content"
- android:nextFocusDown="@id/content"
- android:nextFocusUp="@id/all_apps"
- android:nextFocusRight="@id/content"
-
- android:verticalSpacing="10dip"
- android:numColumns="4" />
+ android:scaleType="center"
+ android:src="@drawable/handle_icon"
- </SlidingDrawer>
+ launcher:direction="horizontal" />
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"