lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
4k stars 672 forks source link

建议不使用compile导入recyclerView #81

Open zengcanxiang opened 7 years ago

zengcanxiang commented 7 years ago

一个小建议。 library应该使用provided导入recyclerView库,而不是compile。 如果需要强制适配在某一个版本以上,应该标明。因为升级recyclerView库的版本涉及的配置修改会比较多。

lcodecorex commented 7 years ago

正解!多谢反馈!

NicodeLee commented 7 years ago

哈哈,顺便把.idea也干掉