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

on motion up event during layout week, than whole collapse calender getting gone

Can we make this calendar view in Full Screen Mode (refer to the attachment)? ![calendar_full_view collapse](https://cloud.githubusercontent.com/assets/2376791/23161847/ae498f8c-f851-11e6-8355-8f1a98943c96.png)

How can I scroll left to show last week or month?and scroll right to show next week or month? like this demo: https://github.com/prolificinteractive/material-calendarview

enhancement

i got error on ''mCalendarView(manager); '': this is my code @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { return inflater.inflate(R.layout.activity_main, container, false); } ``` @Override public...

I am unable to find any function which can help me manually trigger expand or collapse view. I looked at the source code. I believe Resize manager is the main...

How do i disable the collapsible behaviors in the Calender

enhancement

I need to add your collapse calendar view in a scroll view. So i create a custom scrollview like this: `public class ResizableScrollView extends ScrollView { ``` private ResizeManager mResizeManager;...