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

Unable to change colors #10

Open
jc-gomes opened this issue Oct 16, 2017 · 3 comments
Open

Unable to change colors #10

jc-gomes opened this issue Oct 16, 2017 · 3 comments

Comments

@jc-gomes
Copy link

jc-gomes commented Oct 16, 2017

Besides the background color, whenever I try changing the color of any of the entities, it still remains default grey. Below is the code.

picker
.setListener(this)
.setDateSelectedColor(Color.WHITE)
.setDateSelectedTextColor(Color.WHITE)
.setMonthAndYearTextColor(Color.WHITE)
.setTodayDateBackgroundColor(Color.GRAY)
.setUnselectedDayTextColor(Color.WHITE)
.setDayOfWeekTextColor(Color.WHITE)
.setUnselectedDayTextColor(Color.WHITE)
.init();

Any suggestions?

@jc-gomes
Copy link
Author

I realize all other color except white works. Why is this the case?

@rajesh-esaver
Copy link

@jc-gomes I too observed the same issue.

@Kratika-Synclovis
Copy link

same issue

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

3 participants