New wallpaper transition constants.

This commit is contained in:
Dianne Hackborn
2009-08-19 17:09:46 -07:00
parent 1c01c8bc79
commit 3c3bd44fd4

View File

@@ -110,7 +110,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
static final boolean SHOW_PROCESSES_ON_ALT_MENU = false;
// wallpaper is at the bottom, though the window manager may move it.
static final int WALLPAPER_LAYER = 1;
static final int WALLPAPER_LAYER = 2;
static final int APPLICATION_LAYER = 2;
static final int PHONE_LAYER = 3;
static final int SEARCH_BAR_LAYER = 4;