Android Question Position menu item at very far left

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Is there a way to position a menu item at the very far left of the actionbar?
Added as below:

B4X:
    Dim cs As CSBuilder
    cs.Initialize.Color(Colors.Red).Size(16).Append("Current Page").PopAll
    
    #if B4A
    Dim menus As List = B4XPages.GetManager.GetPageInfoFromRoot(Root).Parent.MenuItems
    menus.Clear
    Dim mi As B4AMenuItem = B4XPages.AddMenuItem(Me, cs)
    mi.AddToBar = True

RBS
 

RB Smissaert

Well-Known Member
Licensed User
Longtime User
No. You can use B4XDrawer which is much nicer than a regular menu and is opened with a click on the top left icon.
Yes, that might be the best then. Doing away with my Droppy overflow menu, have the drawer on the left doing the overflow menu and my page title text menu item on the right doubling as a menu group changer.

RBS
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…