summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-08-10 15:10:15 -0700
committerRomain Guy <romainguy@android.com>2009-08-10 15:10:15 -0700
commitb1b69f53a878ca45a2781bb0d713f3f97d594aa4 (patch)
tree8117627d293f4793731ada0aedc6bf8e851df0f5 /res
parent0bed662a2eea89304bc397457829967529c7a2cc (diff)
downloadandroid_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.tar.gz
android_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.tar.bz2
android_packages_apps_Trebuchet-b1b69f53a878ca45a2781bb0d713f3f97d594aa4.zip
Enable live wallpaper in Launcher2
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml5
-rw-r--r--res/layout-port/launcher.xml5
-rw-r--r--res/values/styles.xml3
3 files changed, 1 insertions, 12 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 6976112a5..ef1623101 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -22,11 +22,6 @@
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"
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 893a430ec..273403e56 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -21,11 +21,6 @@
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" />
-
<com.android.launcher2.DragLayer
android:id="@+id/drag_layer"
android:layout_width="fill_parent"
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6f4365fe3..6c43c1ec8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,8 +18,7 @@
-->
<resources>
- <style name="Theme" parent="android:Theme">
- <item name="android:windowBackground">@null</item>
+ <style name="Theme" parent="android:Theme.Wallpaper">
<item name="android:windowNoTitle">true</item>
</style>