Android Question Full Screen Mode

b4xscripter

Member
Licensed User
Longtime User
Hi,
I would like to set up my app in order to hide the status bar having the result similar to the image attachment. Does anyone know how is it possible to do it?

Thanks in advance
 

Attachments

  • IMG-20171205-WA0005.jpg
    IMG-20171205-WA0005.jpg
    100.6 KB · Views: 409

jazzzzzzz

Active Member
Licensed User
Longtime User
Your screenshot shows an iOS App,In android you can make your app fullscreen by specifying
#Region Activity Attributes

#FullScreen: True

#IncludeTitle: True

#End Region

This is will remove status bar ,and shows just your app
 
Upvote 0

Similar Threads

Top