How do I change the number/picker-color of the TimePicker/RadialTimePickerView? I can see, that the RadialTimePickerView sets its color internal by using
final int numbersTextColor = a.getColor(R.styleable.TimePicker_numbersTextColor,
res.getColor(R.color.timepicker_default_text_color_material));
I tried adding a timepicker_default_text_color_material
item to the colors.xml, but this didn't work out.
The black numbers and the blue picker should be white: