navigationbar

  1. drgottjr

    Android Question navigation bar missing (until it isn't)

    with b4a 13.7 in regular activity, the navigation bar is not visible (although the "keys" in it are touchable even though you can't see them). when you tap the "click" button, you can see the navigation bar through the transparent background. please see attached screen captures. is this...
  2. E

    Android Question Transparent System Bars issue in B4XMainPage

    Hi, In B4A I’m trying to use Edge-To-Edge for Android 15+ (SDK 35+), and it works correctly. For devices below Android 15, I use the following code to make the StatusBar and NavigationBar transparent: Sub MakeSystemBarsTransparent(act As Activity) Dim jo As JavaObject Dim window As...
  3. 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 .
  4. 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...
  5. 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?
  6. 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