Hi
How can i change the navbar text color ?
This code change the background color:
If I change to SetTintColor, I can change the button font color.
But I haven´t found a method to change the Title color.
How can i change the navbar text color ?
This code change the background color:
B4X:
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.RGB(0,128,128))))
If I change to SetTintColor, I can change the button font color.
But I haven´t found a method to change the Title color.