lcodecorex / TwinklingRefreshLayout

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

android TwinklingRefreshLayout 和 ViewPage 一起使用的问题 #148

Open xiawenquan45 opened 6 years ago

xiawenquan45 commented 6 years ago

在TwinklingRefreshLayout 和 ViewPage 一起使用中,自定义的加载样式设置无效,抛出java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.错误。