MagicMashRoom / SuperCalendar

@Deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
2.76k stars 484 forks source link

Unable to make work SwipeRefreshLayout #156

Open Anurag--Singh opened 6 years ago

Anurag--Singh commented 6 years ago

Thank-you, it's a great library.

I want to add SwipeRefreshLayout with RecyclerView.

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

githubxiaoou commented 6 years ago

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

githubxiaoou commented 6 years ago

SmartCalendar Maybe my demo will help you

Anurag--Singh commented 6 years ago

Thanks, I will check and will reply in sometime.