Full screen Layout

stevel05

Expert
Licensed User
Longtime User
Hi

This is my first post, I am enjoying using Basic4Android, takes me back a bit to my programming days. A lot has changed, I'm glad I found this program as Java was making my head hurt!

The reason for this post is that I am trying to get a full screen canvas, I've used bits from Erel's smiley face program to create the canvas.

My problem is that the Designer shows a blank screen when I make Show Title False and Full Screen True, but when I run the app in the emulator it still shows the top bar and title. I can change the text of the title so I'm definitely pointing at the right layout.

Would somebody kindly please tell me what I have missed. The small test prog is attached.

Thanks

Steve
 

Attachments

  • fullscreen.zip
    5.2 KB · Views: 311

ssg

Well-Known Member
Licensed User
Longtime User
Hi,

I believe you selected fullscreen and showtitle attributes in the designer... you will need to also do it for each activity also in the ide.. please have a look at the attached image.

Cheers!
 

Attachments

  • fullscreen.gif
    fullscreen.gif
    13.5 KB · Views: 514
Upvote 0

stevel05

Expert
Licensed User
Longtime User
Yep, that was it, thanks very much.

Steve
 
Upvote 0
Top