Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setAccentColor is not working with Time Picker #107

Open
yasirtahir opened this issue Nov 20, 2019 · 1 comment
Open

setAccentColor is not working with Time Picker #107

yasirtahir opened this issue Nov 20, 2019 · 1 comment

Comments

@yasirtahir
Copy link

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
Copy link
Author

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant