Material Calendar
Functions
Link copied to clipboard
Adds a listener for selection changes.
Link copied to clipboard
open fun <T> newInstance(@NonNull dateSelector: DateSelector<T>, @StyleRes themeResId: Int, @NonNull calendarConstraints: CalendarConstraints): MaterialCalendar<T>
open fun <T> newInstance(@NonNull dateSelector: DateSelector<T>, @StyleRes themeResId: Int, @NonNull calendarConstraints: CalendarConstraints, @Nullable dayViewDecorator: DayViewDecorator): MaterialCalendar<T>
Link copied to clipboard
open fun onCreateView(@NonNull layoutInflater: LayoutInflater, @Nullable viewGroup: ViewGroup, @Nullable bundle: Bundle): View
Link copied to clipboard