Is it possible to change color of the selected item in numberpicker so each time a new center child TextView appear change its color to whatever I like I did not find any st
I think you can use a NumberPicker.OnValueChangeListener using the method setOnValueChangedListener(...)of the widget.
NumberPicker.OnValueChangeListener
setOnValueChangedListener(...)
In the callback you get the picker and can change the style the way you want.
picker