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.
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?
Note: You should use B4A 6.0 or above for this tutorial. Google recommends to use a ToolBar instead of the standard system ActionBar for Material Design apps. In this tutorial we will use a ACToolBar(Light/Dark) object from the AppCompat library (1.10 and above) as an ActionBar. One of the...
www.b4x.com
You can deactivate it in the Theme you set. You need to use a Materialtheme (and probably) Appcompat for it.