actionbar

  1. fat32

    B4A Library [B4X] [XUI] XQ TitleBar

    A simple view, that is used as a Title/Action Bar, with icons and adjustable title. Features: Up to 5 icons on the right side Left/Burger icon (visible or not) Change background and text color Each element (burger, title, icons) has each own click event Title label adjusts its width, depending...
  2. benyamin

    Android Question Material Contextual ActionBar

    Can anyone guide me on making Material Contextual Action Bar? Thank you. I couldn't find anything in the forum for Contextual ActionBar.
  3. DroidLyon

    Android Question B4xPages B4xDrawer example leftpanel not covering actionbar

    Hi All In the example given here and using B4A 10.2 I see that the left drawer does not cover the Centerpanel Page 2 Actionbar when you click the hamburger. The example for B4xdrawer does - see here I have search the forum, can see differences in the manifest, use of appcompat, it may be my...
  4. W

    iOS Question [B4XPages] How to change text color of the ActionBar

    Hi: I been able to change the background color of the ActionBar: Dim no As NativeObject = NavControl no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.aRGB(255,0xd8d,0x29,0x29)))) ' #FF8D2929 And the Text content...
  5. Alexander Stolte

    B4A Library [B4X] [XUI] AS Draggable Bottom Card

    This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
  6. Guenter Becker

    Android Question ActionBar Color and Icons

    Dear Erel, Due to the lack of documentation I have to place some questions as followes: How to change the color of the inbuild ActionBar? How to put a Logo Icon before the Title of the Action Bar? How to put an Icon before the MenuItem Text? Could you please give some snippets to answer this...
Top