Hi,
I can't change the color of the selected item of the PickerUI.
I used:
mPickerUI.setColorTextCenter(Color.WHITE);
or, I also tried:
mPickerUI.setColorTextCenter(android.R.color.white);
but these don't work.
Can you help me please?
Thanks very much