The Windows Phone interface has two primary components – the System Tray and the Application Bar.
Application Bar – Area at the bottom of the interface which provides a access to the most common tasks. For tasks which are less common, applications can add a single menu which is launched from the application bar. he application bar can be hidden, in which case the application content will be visible to the bottom edge of the display. If the application bar is visible, then the behavior will depend on the screen mode:
- Full-screen mode: The application bar blocks the content of the application and the height of the frame remains unchanged. A transparency effect can be used to inform the user that the Application Bar is on top of page content.
- Non-full-screen mode: The content is reduced to enable the application bar to appear below the content and the height of the frame is reduced.
System Tray – Area at the top of the interface which displays system-level status information. The user can interact with the system tray as it can update to provide notifications. The system tray is visible in non-full-screen mode and invisible in full screen mode. Unlike the Application Bar the System Tray cannot be toggled independent of the full-screen mode. In order to hide the system tray and show the application bar, full-screen mode should be used and the obscured portion of the screen will need to be manually handled.