I created an app and followed the responsive layout instructions (Scale to Fit off, Aspect Ratio off, adjusting all X, Y, Height and Width values), but my app still doesn't adjust to the screen.
When viewing the app you need to use the scroll bars to view the entire screen.
Screen Height: Max(App.Height, App.DesignHeight)
Screen Width: Max(App.Width, App.DesignWidth)
16:9 Size
Here's a picture:
Responsive layout not working!