284853845

Results 5 issues of 284853845

轻微点击就滑动了,滑动太灵敏了,该怎么调节灵敏度呢?

![screenshot_2017-03-16-18-46-02](https://cloud.githubusercontent.com/assets/21049714/23992776/2e9307b6-0a79-11e7-8a6b-69f06bdcc5d2.png)

添加头的时候,没有数据,有时候会报这个错,不知道是为啥? java.lang.IllegalArgumentException called detach on an already detached child ViewHolder{755d5c0 position=2 id=-1, oldPos=-1, pLpos:-1 scrap [attachedScrap] tmpDetached no parent} android.support.v7.widget.RecyclerView$5.detachViewFromParent(RecyclerView.java:781) 2 android.support.v7.widget.ChildHelper.detachViewFromParent(ChildHelper.java:284) 3 android.support.v7.widget.RecyclerView$LayoutManager.detachViewInternal(RecyclerView.java:8066) 4 android.support.v7.widget.RecyclerView$LayoutManager.detachViewAt(RecyclerView.java:8059) 5 android.support.v7.widget.RecyclerView$LayoutManager.scrapOrRecycleView(RecyclerView.java:8464) 6 android.support.v7.widget.RecyclerView$LayoutManager.detachAndScrapAttachedViews(RecyclerView.java:8447)...

![screenshot_2017-04-24-17-19-57](https://cloud.githubusercontent.com/assets/21049714/25330534/86152bf6-2912-11e7-8d22-7b619caf44ab.png)

第一次加载数据的时候,不满一页,想显示底部footView为已经全部呈现,直接调用mLRecyclerView.setNoMore(true)没有效果,应该怎么做呢?