Hello!
Is there a way to change the action bar background color in Android during runtime in B4XPages?
My app uses a ton of different action bar colors, I set in B4i using this:
Thank you!
Is there a way to change the action bar background color in Android during runtime in B4XPages?
My app uses a ton of different action bar colors, I set in B4i using this:
B4X:
Dim no As NativeObject = nav
no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1))
no.GetField("navigationBar").SetField("barTintColor", no.ColorToUIColor(clr))
Thank you!