summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-07-31 16:21:40 -0700
committerJoe Onorato <joeo@android.com>2009-07-31 16:24:20 -0700
commit5979117dc26fe8939e7af3116401b4ea93a0adb2 (patch)
treee9f29db4b06d50e260c0a61df26fe90a1e1d56f2 /res/layout-land
parent45d434688928c9b581207011482c939b164d28c5 (diff)
downloadandroid_packages_apps_Trebuchet-5979117dc26fe8939e7af3116401b4ea93a0adb2.tar.gz
android_packages_apps_Trebuchet-5979117dc26fe8939e7af3116401b4ea93a0adb2.tar.bz2
android_packages_apps_Trebuchet-5979117dc26fe8939e7af3116401b4ea93a0adb2.zip
Split the wallpaper into its own view (it will be its own surface some day).
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index ef1623101..6976112a5 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -22,6 +22,11 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
+ <com.android.launcher2.WallpaperView
+ android:id="@+id/wallpaper"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" />
+
<!-- The workspace contains 3 screens of cells -->
<com.android.launcher2.Workspace
android:id="@+id/workspace"