Top status bar on Android overlaps elements

Hello! On Honor 7 the top status bar overlaps elements if they are Y=“0”. As you can see from the screenshot link, the top close button is barely visible on Android. How can I dock the button to the top so that it looks the same on Android and iOS?

Fixed it with:

<TopFrameBackground Dock="Top" /><BottomFrameBackground Dock="Bottom" />

However if I set the status bar for Android Visible=“False”, on my Honor 7 the space becomes transparent. On Nexus 5 in emulator it’s fine.

You should take a look at OSUI example to see how you can work with StatusBarBackground and BottomBarBackground. It’s a neat concept that requires you to understand the docking concepts in Fuse.