How to adjust the swipe down distance in SwipeRefreshLayout?

后端 未结 4 2026
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 16:55

I implemented SwipeRefreshLayout in my app. I need to change the height which has to be scrolled down to call onRefresh() method. Which method should I use to add a custom h

4条回答
  •  生来不讨喜
    2020-12-12 17:12

    This one just did a trick and no more extra code Just wrap your recyclerview to NestedScrollView then this NestedScrollView is wrapped in SwipeRefreshLayout

    Check code below

    
    
         
               
               
    
         
    
    
    

提交回复
热议问题