actionbar

  1. 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...
  2. 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...
  3. 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...
  4. 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