The <menuBackground> object dresses the background drawn behind menus.
| View | Name | Element |
|---|---|---|
menu |
menubg |
The menu background |
This object cannot be created with extra="true".
| Property | Type | Purpose |
|---|---|---|
color |
Colour | Menu background colour. The alpha channel lets the screen behind show through. |
path |
Path | Menu background image. |
fadePath |
Path | Fade gradient image drawn behind the menus. |
<view name="menu">
<menuBackground name="menubg" color="1A1A1AF0" path="./art/menu-background.png" fadePath="./art/fade.png" />
</view>