summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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>