shichaohui / EasyCalendar

Quickly customize the calendar UI. You can use EasyCalendar to quickly get the calendar style UI.
598 stars 72 forks source link

Background only for selected date #7

Closed nidhinvv closed 6 years ago

nidhinvv commented 6 years ago

how to set background only for the selected date.

shichaohui commented 6 years ago
  1. Use OnDateClickedListener. You can update the background when date be clicked.
  2. Set flag to your data class using boolean , and set background when VagueAdapter update.