Android Question B4XPages, how to remove actionbar

Tasyo28

Member
Licensed User
Hi,

I'm new in B4XPages, how to remove actionbar? i want my splash screen and onboarding screen to be fullscreen, how to do it in B4XPages.
Possible also to make actionbar background color to change? and also make it transparent?

Thanks for helping.

Regards,
Tasyo
 

Tasyo28

Member
Licensed User
You will do it exactly as you will do without B4XPages. You can either change the theme or set #IncludeTitle: False.

Hi Erel,

Thanks for reply, I tried now and makes all my pages fullscreen. I want my splash, onboarding and login screen will be full screen and others will be with actionbar.

Using this code go to page without B4XPages actionbar (fullscreen)
B4X:
B4XPages.ShowPageAndRemovePreviousPages("login_Page")

Using this code go to page with B4XPages actionbar
B4X:
B4XPages.ShowPage("Second_Page")

Also how to change the color of B4XPages actionbar coded?

Thanks,
Tasyo
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…