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]
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) ?
(but b4x only)
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) ?
Public ActionBar As JavaObjectit seem to be only the Activity.Title
(but b4x only)
Last edited: