cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

VerticalSwipeRefreshLayout does not work as expected. #337

Open jiangecho opened 8 years ago

jiangecho commented 8 years ago

The code in VerticalSwipeRefreshLayout shows that when the user swipes horizontally, the swipeRefreshLayout will not handle the move event(not show refresh progress view), but It always show the refresh progress view. So if I put a horizontal view in the UltimateRecyclerView, I can not swipe horizontally. Please help. Thanks.

jjhesk commented 8 years ago

u will need to implement your own swipe container for your item for each swipe detection. You may specify your concept in here with pictures.