Is it possible to disable SwipeRefreshLayout drag animation on swipe down without class customization?
SwipeRefreshLayout
Try calling:
setEnabled(false)
on your SwipeRefreshLayout view.
1.4m articles
1.4m replys
5 comments
57.0k users