florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

Can't set Color.WHITE as selectedTextColor #232

Open qwertyway opened 5 years ago

qwertyway commented 5 years ago

I have an app with a dark theme, so I want to have white color in picker. But inside WheelPicker class you have comparasion if (mSelectedItemTextColor != -1) { And white color is exactly -1 and it is ignored