SuperCalendar icon indicating copy to clipboard operation
SuperCalendar copied to clipboard

Unable to make work SwipeRefreshLayout

Open Anurag--Singh opened this issue 6 years ago • 3 comments

Thank-you, it's a great library.

I want to add SwipeRefreshLayout with RecyclerView.

  • I want SwipeRefreshLayout to work only in shrink mode.

  • MonthPager should have a scroll handle(button). I don't want MonthPager to expand with respect to RecyclerView scroll. MonthPager should only expand with the help of a Button. Refer to the below image:

screenshot from 2018-05-14 11-26-17

Anurag--Singh avatar May 14 '18 07:05 Anurag--Singh

edit behavior may be the only way to fix this RecyclerViewBehavior.java-->onNestedPreScroll() change "hidingTop || showingTop" to "hidingTop " in "if" condition.

githubxiaoou avatar Jul 25 '18 08:07 githubxiaoou

SmartCalendar Maybe my demo will help you

githubxiaoou avatar Jul 30 '18 09:07 githubxiaoou

Thanks, I will check and will reply in sometime.

Anurag--Singh avatar Jul 30 '18 10:07 Anurag--Singh