material-daterange-picker icon indicating copy to clipboard operation
material-daterange-picker copied to clipboard

setAccentColor is not working with Time Picker

Open yasirtahir opened this issue 5 years ago • 1 comments

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.

yasirtahir avatar Nov 20 '19 13:11 yasirtahir

Any updates on this?

yasirtahir avatar May 12 '20 14:05 yasirtahir