SundeepK

Results 46 comments of SundeepK

The calendar was designed to be used with a set height/width. though, typically only the height really needs to be set. This is because it needs to know before hand...

> I just was hoping that the view would shrink accordingly to it's actual height when there're only four rows for the week instead of six for example. That's an...

Hi, do you mean limit by month? Or limit by week basis which is more granular? So basically you can set a date range of 5th aug 2017 - 10th...

The current Date is just `new Date()` in Java. If you want the currently selected date from the calendar. Then just register a listener, and when a new date is...

This should be fairly simple but you'll need to take a fork of the code and change this line: https://github.com/SundeepK/CompactCalendarView/blob/master/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java#L887 to instead draw a Rect object instead of a cirlce.

I'm not sure exactly what you mean, but if you don't care when a date is selected, you just leave it blank: ```java compactCalendarView.setListener(new CompactCalendarView.CompactCalendarViewListener() { @Override public void onDayClick(Date...