navigationbar

  1. MarcRB

    B4J Question Pagination Container withouit visible page navigation

    Is it posible to use pagination container without a visible page navigation. I want switch the panes by code Pagination1.NavigationButtons.Visible = False 'example not working Pagination1.NavigationLabel.Visible = False 'example not working .
  2. Lucas Siqueira

    Android Question How to change color of status bar icons and color of navigation bar items?

    I can change the text colors and icons in the status bar with the following code. Dim jo As JavaObject jo.InitializeContext jo.RunMethodJO("getWindow", Null).RunMethodJO("getDecorView",Null). _ RunMethod("setSystemUiVisibility", Array(0x00002000)) 'ICONS DARK STATUS BAR I can also change the...
  3. M

    B4J Question [ABMaterial] Navigation bar: How to left align title?

    Hi every one! In a navigationbar of type SIDEBAR_MANUAL_ALWAYSHIDE, is it possible to align the title text on left?
  4. Mashiane

    B4J Question [ABMaterial] Navigation bar recommendations for small devices???

    Hi there The ABM navigation bar on small devices for me is very tricky. The title at times seems to take a while to decide where it wants to be placed so it dances a little bit left and right then it holds. Perhaps its mym device. I need some recommendations on how to make this work for me. I...
Top