I'm positioning components vertically down the screen based on a starting point at the top.
Attaching my test app. Look at the Droid2 portrait layout (480x854). In the Designer Scripts window, the vertical spacing of 15.5%y (mVertSpacing = 15.5%y) spaces ok vertically in the Designer. However, if you install the test app on a Droid2, all components will be "pushed up" to fill the void of not having that top msg bar and not having a title bar in my case.
The Designer Scripts code window should recognize our Project->Activity Properties->Full Screen and Title settings (in my opinion).
Thanks...