Android Question [B4XPages] full screen & immersive mode

LucaMs

Expert
Licensed User
Longtime User
I'm trying to modify a my (very) old class (at those days there were no anchors!!!) which shows an animation as splash screen.

I used it in an app where all Activities are full screen, no title and with "immersive mode".

How to create a B4XPages with those characteristics?

I found a modified version of the Erel's "ThreePagesExample" project, B4XPages enhanced example, by @agraham. A screenshot:



[From another thread]
Setting #FullScreen = True - #IncludeTitle = False seems to show a "full screen B4XPage" (although I have to "remove" the rounded corners of Root some way, since: Root.SetColorAndBorder(Root.Color, 0, xui.Color_Transparent, 0)
it's not enough).


What is the top part with the left arrow, title and 3 dots menu? Reading the source code of B4XPages.b4xlib it seem to be only the Activity.Title (in b4a)


it seem to be only the Activity.Title
Public ActionBar As JavaObject
(but b4x only)
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…