Android Question How to make full screen for specific layout ?

mr.gedo

Member
Hello everyone,
Good day,

How to make full screen for specific layout ?

I have 2 Layout and one Activity i need to load one of layout in fullscreen so i try to make this from Design mode but not working
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Layouts are never "full screen". It is the activity that should be full screen.

This is done with the activity attributes:
B4A_IT5yaTRrNk.png


Note that combining full screen activities with non-full screen activities can cause some issues. The solution for this is here: https://www.b4x.com/android/forum/t...vity-height-still-an-issue.114435/post-715391
 
Upvote 0
Top