Understand that Navigation Controller can set the bar style to different color with code below, but how do I apply it for SideMenuController?
B4X:
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1))