android-collapse-calendar-view icon indicating copy to clipboard operation
android-collapse-calendar-view copied to clipboard

Android calendar view that can be toggled between week and month view.

Results 25 android-collapse-calendar-view issues
Sort by recently updated
recently updated
newest added

I need use horizontal scoll to change month ,but it work bad, So, look forward to writer update to 1.0,thanks!

It would be nice if we could add some mark (like a dot) to specific dates, to distinguish which dates have events and which don't.

enhancement

It's easy to getting gone after it scrolled,any ideas?

Since I added your library to my gradle file I get the following warning with an error `Warning:Dependency commons-logging:commons-logging:1.1.1 is ignored for release as it may be conflicting with the...

Hi, I'm trying to set date next way: ``` Jva calendar.getManager().selectDay(new LocalDate(y, m, d); ``` It changes date but changes are not reflected on UI until I start expanding view....

bug