PullToRefresh
PullToRefresh copied to clipboard
CoordinatorLayout in appbar behavior use,
Used in CoordinatorLayout and implements UI using AppbarBehavior.
However, com.android.support:design:26.1.0 does not work well.
Works well with versions below 26.
I will check it. And you are welcomed to commit a PR if you already found solutions 😃
I solved the problem. I modified it with reference to the android.support.v4.widget.SwipeRefreshLayout (v26.1.0). Use the NestedScrollingParent and NestedScrollingChild interfaces.
Good to hear that. I'm so sorry that I was a little busy this while. I'll check it as soon as possible.