HorizontalPicker icon indicating copy to clipboard operation
HorizontalPicker copied to clipboard

Unable to change colors

Open jc-gomes opened this issue 6 years ago • 3 comments

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 avatar Oct 16 '17 23:10 jc-gomes

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

jc-gomes avatar Oct 17 '17 00:10 jc-gomes

@jc-gomes I too observed the same issue.

rajesh-esaver avatar Mar 08 '21 11:03 rajesh-esaver

same issue

Kratika-Synclovis avatar Jul 06 '23 08:07 Kratika-Synclovis