Closed sharathyadhav1 closed 6 years ago
Hi @sharathyadhav1, you can find the default implementation in the MonthAdapter
class of the library starting on line 93
, to customize the background and the text color you should return true
on the hasImplementedMonthCellBinding
method and implement the onMonthCellBindView
method of your ViewInteractor
.
thanks it worked
How to change the selection color from default blue and also the selection text color in the recycle view of CalendarRecyclerView