material-daterange-picker
material-daterange-picker copied to clipboard
setAccentColor is not working with Time Picker
When you set Accent Color on the Time Picker dialog, it is just changing the OK button and the selection circle but not working on Cancel button, Background of display of the selected time. Can you please fix it or put set methods so that we can set based on our requirements?
Current code from the lib. It should have cancel button and other views as well.
if (mAccentColor != -1) { mTimePicker.setAccentColor(mAccentColor); mTimePickerEnd.setAccentColor(mAccentColor); mOkButton.setTextColor(mAccentColor); }
Btw it's working fine with Date Picker.
Any updates on this?