You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: