summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-03-02 14:08:08 -0500
committerDaniel Sandler <dsandler@google.com>2010-03-03 14:38:45 -0500
commit388f679aa448cb648241b89fefa29614a2e3758b (patch)
tree0cf21b927dbe7d0f3b2a8417991cc9235b2acdd0 /res/layout-land
parent9f9077d2be9178e4dc7d99a6735d7db5c15885d1 (diff)
downloadandroid_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.tar.gz
android_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.tar.bz2
android_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.zip
Introduce 2D All Apps and other support for sapphire-class devices.
AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 2688dd036..bfb54aa4a 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -22,17 +22,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.android.launcher2.AllAppsView
- android:id="@+id/all_apps_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
-
- android:scrollbarStyle="outsideInset"
- android:drawSelectorOnTop="false"
- android:listSelector="@drawable/grid_selector"
-
- android:verticalSpacing="10dip"
- android:numColumns="4" />
+ <include layout="@layout/all_apps" />
<!-- The workspace contains 3 screens of cells -->
<com.android.launcher2.Workspace