Android Question Is it possible to start the app without an ActionBar

Brian Robinson

Active Member
Licensed User
Longtime User
Hi.
Is it possible to run an app without the ActionBar? If not, it looks like I have to use AppCompat, but I really struggled to find the latest tutorial to set it up.

Can someone please help.

Cheers
Brian
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
Put include title to false both in the code and the designer
 
Upvote 0

Brian Robinson

Active Member
Licensed User
Longtime User
Thank you so much for your response. I haven't used B4X for about 3 years, so trying to catch up on the new way of working and to be honest stuggling a bit. I was hoping to run this as a fullscreen app with no title bar.

B4X:
#Region  Activity Attributes
    #FullScreen: True
    #IncludeTitle: False
#End Region

I have also set the same properties in the Designer, and the title doesn't show, but the ActionBar is still there. Is it possible to remove the actionbar, or should I not use b4xPages?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Maybe this helps?

You can deactivate it in the Theme you set. You need to use a Materialtheme (and probably) Appcompat for it.
 
Upvote 0
Top