MaterialCalendar

class MaterialCalendar<S> : PickerFragment<S>

Fragment for a days of week Calendar represented as a header row of days labels and GridView of days backed by MonthAdapter.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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 onCreate(@Nullable bundle: Bundle)
Link copied to clipboard
open fun onCreateView(@NonNull layoutInflater: LayoutInflater, @Nullable viewGroup: ViewGroup, @Nullable bundle: Bundle): View
Link copied to clipboard
open fun onSaveInstanceState(@NonNull bundle: Bundle)