Hi: I been able to change the background color of the ActionBar:
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.aRGB(255,0xd8d,0x29,0x29)))) ' #FF8D2929
And the Text content:
B4XPages.SetTitle(B4XPages.GetPage("page 2"), "Title")
But this title appears in Black color, it would be nice if the text color would be same as the hamburger icon.
Can this be donne?
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.aRGB(255,0xd8d,0x29,0x29)))) ' #FF8D2929
And the Text content:
B4XPages.SetTitle(B4XPages.GetPage("page 2"), "Title")
But this title appears in Black color, it would be nice if the text color would be same as the hamburger icon.
Can this be donne?