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

与CoordinatorLayout组合的问题 #113

Open ViTess opened 7 years ago

ViTess commented 7 years ago

按照README,我尝试了2种嵌套方式(CoordinatorLayout嵌套refreshlayout、refreshlayout嵌套CoordinatorLayout),均出现一些问题。

CoordinatorLayout嵌套refreshlayout:

  1. Toolbar的scrollFlag设置无效,在scroll下仅支持enterAlways
  2. 配合recylerview使用,在手指触碰屏幕,下拉到尽头,并且手指不离开屏幕再往上移动,很大几率出现header突然消失

refreshlayout嵌套CoordinatorLayout

  1. header和target view之间会间隔一个actionBar的距离,这里我自定义了一个属性设置actionBar的size,在addHeader中将header的layout的topMargin设置成actionBar的size
  2. 几乎百分百重现header消失
Wensibob commented 6 years ago

@ViTess 请问解决了吗