blazsolar / WeekDatePicker

Lightweight week date picker implmentation for Android.
MIT License
64 stars 17 forks source link

Add dot markers for day #7

Closed antoxa2584x closed 8 years ago

antoxa2584x commented 8 years ago

Please, add ability to add events to date Small dots like this unnamed

blazsolar commented 8 years ago

Hi,

you can already do this for separate day by using WeekDayPicker.setDateIndicator(LocalDate date, boolean enabled) method.

You can si an example in libraries example project.