material-calendarview icon indicating copy to clipboard operation
material-calendarview copied to clipboard

A Material design back port of Android's CalendarView

Results 119 material-calendarview issues
Sort by recently updated
recently updated
newest added

I tried add the text to dates with JsonObject, but the text is empty. ``` class EventDecorator(jsonTotal: JSONObject, dates: HashSet) : DayViewDecorator { val totalData = jsonTotal val dates: HashSet...

that possible to add multiple spans?

I can't add LTR or RTL fixed_view functionality.

when setTileWidth or setTileHeight, and setSelectedDate the first time we initialize the calendar, the selected circle expands to view width and height, like oval shape, but after a while, it...

As described in #1052 the sizing of the drawable does not work correctly and leads to non-circular shapes. The issue is that you are trying to control the size by...

I have implemented code through which a user can add decorators through a button click. But how do I permanently save it. Here is my decorator class: ``` class RedMarkDecorator(context:...

And I'm not able to update it because just a beginner.

Hi i have a recycler view containing multiple calendars and for each calendar i am setting different min and max date. But when i select a date in any calendar...

I want to change the colour of the WeekDay text for the current week. I am able to change the colour for the current day using a decorator. Is it...