HorizontalPicker
HorizontalPicker copied to clipboard
Unable to change colors
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?
I realize all other color except white works. Why is this the case?
@jc-gomes I too observed the same issue.
same issue