-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it support pulltorefreshLayout #15
Comments
You said you run ViewPager + Tabs + ToolBar already. Is it a custom code? If so, would you like to send a PR? I just release version 0.1.4 yesterday which has major improvements and some sample code for ViewPager but they still need to be tweaked before releasing. |
@henrytao-me I use other PullToRefresh library because it's easy to custom refreshing layouts and animations .. |
Sweet. I will take a look at other PullToRefresh libraries. However, checkout |
Hi @asker517
Let me know if you need more help. |
OK I will try it later . thanks Hi @asker517 https://github.com/asker517 v1.0.2 is out. You can try smoothAppBarLayout. setScrollTargetCallback(...) Let me know if you need more help. — |
Well, i run ViewPager + Tabs + ToolBar example .. worked nice .
but all ViewPager content is RecyclerView with a header to hold the position.
I just try to use Android-PullToRefresh or android-Ultra-Pull-To-Refresh ..if add a header to RecyclerView it will effect the refreshLayout position..
However,google support design package appbarlayout support it all well ..just some scrolling tricks..
Can this library will support the widget?
The text was updated successfully, but these errors were encountered: