nuptboyzhb / SuperSwipeRefreshLayout

A custom SwipeRefreshLayout to support the pull-to-refresh featrue.RecyclerView,ListView,GridView,NestedScrollView,ScrollView are supported.
Apache License 2.0
1.24k stars 350 forks source link

不适用个人界面布局? #29

Closed chendiyou closed 8 years ago

chendiyou commented 8 years ago

设计是这样的。 CustomSwipeRefreshLayout - > Header - > RecyclerView 其中header是不跟着RecyclerView,下拉刷新的时候 !ViewCompat.canScrollVertically(mTarget, -1); 这句话有问题,应该怎么修改会比较好呢?

chendiyou commented 8 years ago

自己加了几个标识位搞定了