B4X:
Dim no As NativeObject = tbc
no.GetField("tabBar").SetField("tintColor", no.ColorToUIColor(Colors.white)) 'active item
no.GetField("tabBar").SetField("barTintColor", no.ColorToUIColor(limablue)) 'bar color
no.GetField("tabBar").SetField ("translucent", False)
Hi, with this code i can set the bar color and the color of the active item.
How can i set the color of the non active item ? in my case it is grey and almost invisible...