davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 552 forks source link

SwipeRefreshLayout position is under stickerheader #83

Closed mdtuyen closed 8 years ago

mdtuyen commented 8 years ago

When I enable swipe to refresh SwipeRefreshLayout showed but It is under StickerHeader. It should be front of StickerHeader.

davideas commented 8 years ago

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.