Hi,
I've need to make Statusbar in transparent background.
I follow your instructions for various threads but the results is not good.
I've used this code:
the results is displayed in the image. The status bar remain opaque with black color
Can you help me?
I've need to make Statusbar in transparent background.
I follow your instructions for various threads but the results is not good.
I've used this code:
B4X:
NavControl = Nav
Dim no As NativeObject = App
no.RunMethod("setStatusBarStyle:", Array(1))
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1))
Page1.RootPanel.Color = Colors.Transparent
the results is displayed in the image. The status bar remain opaque with black color
Can you help me?