systembars

  1. 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...
Top