diff options
author | Winson Chung <winsonc@google.com> | 2012-05-02 10:36:52 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-05-03 13:42:25 -0700 |
commit | cc216bf678b05dbe25fd4e5d5c87359ae12658d6 (patch) | |
tree | 40837892d82c291546595f2325836a0ab9e03511 /res/layout-port | |
parent | d65b23089c90edcf2808ccccf8f918b6155cc2ec (diff) | |
download | packages_apps_trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.zip packages_apps_trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.tar.gz packages_apps_trebuchet-cc216bf678b05dbe25fd4e5d5c87359ae12658d6.tar.bz2 |
Moving hotseat and qsb gradients up a level. (Bug 6406475)
Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
Diffstat (limited to 'res/layout-port')
-rw-r--r-- | res/layout-port/hotseat.xml | 1 | ||||
-rw-r--r-- | res/layout-port/launcher.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/hotseat.xml b/res/layout-port/hotseat.xml index b937043..376173a 100644 --- a/res/layout-port/hotseat.xml +++ b/res/layout-port/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="@integer/hotseat_cell_count" launcher:cellCountY="1"> <com.android.launcher2.CellLayout diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index 6030382..34301a3 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/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"> |