diff options
author | Winson Chung <winsonc@google.com> | 2011-09-08 15:45:51 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-09-08 15:48:58 -0700 |
commit | 7ed3774638133ac603e92ca3174ecdd151269cca (patch) | |
tree | 77f8ab190cb45c2dd27d4cbc9f7c5c6fb51e6fb4 /res/layout-land | |
parent | e05b381c55a09170e4dfeb999800e8176731b29c (diff) | |
download | packages_apps_trebuchet-7ed3774638133ac603e92ca3174ecdd151269cca.zip packages_apps_trebuchet-7ed3774638133ac603e92ca3174ecdd151269cca.tar.gz packages_apps_trebuchet-7ed3774638133ac603e92ca3174ecdd151269cca.tar.bz2 |
Bug Fixing
- Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially)
- Fixing regression in missing background gradient for hotseat
- Removing the old cupcake gallery item bg, new bg assets coming soon (5160311)
- Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing
Change-Id: I8c4981435f684363be951696986b7ab1b71956eb
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/hotseat.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml index f6d2347..c0c87af 100644 --- a/res/layout-land/hotseat.xml +++ b/res/layout-land/hotseat.xml @@ -16,6 +16,7 @@ <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="5"> <com.android.launcher2.CellLayout |