Skip to content

A modified version of prolificinteractive/material-calendarview

License

Notifications You must be signed in to change notification settings

pstens/MaterialCalendarView

 
 

Repository files navigation

Additional Features

  • You can now easily access the actual day when using a DayViewDecorator
/**
* Set decoration options onto a facade to be applied to all relevant days
*
* @param view View to decorate
*/
void decorate(DayViewFacade view, CalendarDay day);
  • You can set an onClickListener on the title using:
public void setOnTitleClickListener(final OnTitleClickListener listener)
  • You can set an onLongClickListener for every DayView using:
public void setOnDateLongClickListener(final OnDateLongClickListener listener)

License

Material Calendar View is Copyright (c) 2017 Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file.

Maintainers

prolific

Material Calendar View is maintained and funded by Prolific Interactive. The names and logos are trademarks of Prolific Interactive.

About

A modified version of prolificinteractive/material-calendarview

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%