SuperCalendar
SuperCalendar copied to clipboard
Unable to make work SwipeRefreshLayout
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 wantMonthPager
to expand with respect toRecyclerView
scroll.MonthPager
should only expand with the help of aButton
. Refer to the below image:
edit behavior may be the only way to fix this RecyclerViewBehavior.java-->onNestedPreScroll() change "hidingTop || showingTop" to "hidingTop " in "if" condition.
SmartCalendar Maybe my demo will help you
Thanks, I will check and will reply in sometime.