Hi!
I cant find a way to change the color of the stepper buttons. I also tried to write a customrenderer, in the OnElementChanged method ; var native = (global::Android.Widget.Stepper)Control;
. I've done this to switches, buttons, etc, but Stepper doesnt seem to exist in the Android.Widget namespace.
Anyone knows how?