We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I enable swipe to refresh SwipeRefreshLayout showed but It is under StickerHeader. It should be front of StickerHeader.
The text was updated successfully, but these errors were encountered:
Fix for SwipeRefreshLayout to be displayed on the top of StickyHeader…
83139f6
…s Layout #83
This has a drawback on dragging, they are not compatible!!! Dragging down, it starts the refresh...
I added a comment, in the layout, that imported Layout for StickyHeader cannot be inserted in the SwipeToRefresh if ALSO user wants dragging feature.
Sorry, something went wrong.
Added new base interface OnActionStateListener for OnItemMoveListener…
71b2d56
… and OnItemSwipeListener to overcome the drag issue with the SwipeRefreshLayout, issues #104 and #83.
No branches or pull requests
When I enable swipe to refresh SwipeRefreshLayout showed but It is under StickerHeader. It should be front of StickerHeader.
The text was updated successfully, but these errors were encountered: