summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-02 10:36:52 -0700
committerWinson Chung <winsonc@google.com>2012-05-03 13:42:25 -0700
commitcc216bf678b05dbe25fd4e5d5c87359ae12658d6 (patch)
tree40837892d82c291546595f2325836a0ab9e03511 /res/layout-land
parentd65b23089c90edcf2808ccccf8f918b6155cc2ec (diff)
downloadandroid_packages_apps_Trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.tar.gz
android_packages_apps_Trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.tar.bz2
android_packages_apps_Trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.zip
Moving hotseat and qsb gradients up a level. (Bug 6406475)
Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/hotseat.xml1
-rw-r--r--res/layout-land/launcher.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml
index 6802ea007..d75919671 100644
--- a/res/layout-land/hotseat.xml
+++ b/res/layout-land/hotseat.xml
@@ -16,7 +16,6 @@
<com.android.launcher2.Hotseat
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
- android:background="@drawable/hotseat_bg_panel"
launcher:cellCountX="1"
launcher:cellCountY="@integer/hotseat_cell_count">
<com.android.launcher2.CellLayout
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 35f1a08ef..99d4181f9 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -19,6 +19,7 @@
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
android:id="@+id/drag_layer"
+ android:background="@drawable/workspace_bg"
android:layout_width="match_parent"
android:layout_height="match_parent">