MonthFooterViewBinder

interface MonthFooterViewBinder<T : View> : ViewBinder<T>

Inherited functions

Link copied to clipboard
abstract fun create(parent: ViewGroup): T
Link copied to clipboard
abstract fun onBind(view: T, calendarDay: CalendarDay)