Android Question How can I make invisible top and bottom line?

Itila Tumer

Active Member
Licensed User
Longtime User
When I run program, I don't want to see tablet/phone controller which is back or ....like that. How can I manage it?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Check the activity attributes:
SS-2014-03-26_16.57.38.png
 
Upvote 0

Itila Tumer

Active Member
Licensed User
Longtime User
Ok , Erel I handle it ,by accidently :)
Thanks a lot
I changed

B4X:
#Region Activity Attributes
    #FullScreen: True
    #IncludeTitle: False
 
Upvote 0
Top