Android Question [SOLVED]Screen not saving WYSIWYG

Zvi

Member
Licensed User
When I use WYSIWYG in designer the layout fills the screen on my android phone.
But when I compile and run it leaves a 4mm or so dark band at the top of my screen.
How can I fill the whole screen just as it does using WYSIWYG?
Thanks
 

Zvi

Member
Licensed User
OK, solved it:
In Main:
#Region Activity Attributes
#FullScreen: True
#IncludeTitle: False
#End Region
 
Upvote 0
Top