1

I want to use a SwipeRefreshLayout but make it swipeable from the bottom instead of from the top.

I tried rotating both the Layout and the RecyclerView, but that only changed where the indicator is, not the behavior.

I also looked at this implementation, but this overrides a very old version of the library.

I don't wanna use a 3rd party library, I'm sure the original SwipeRefreshLayout can be modified to make it work from the bottom. But how?

Ahmad Sattout
  • 2,248
  • 1
  • 19
  • 42
  • Does this answer your question? [SwipeRefreshLayout - Pull From Bottom](https://stackoverflow.com/questions/24867204/swiperefreshlayout-pull-from-bottom) – javdromero Jul 13 '21 at 22:32
  • 1
    I already mentioned the answer in my question. It's a very old answer and doesn't work anymore – Ahmad Sattout Jul 14 '21 at 06:04
  • I'm on the same quest right now - and yes, everything I've seen so far is the really old stuff. And so far, I've got the impression that a proper solution right now would still be to copy-paste and adapt the current incarnation of the jetpack SwipeRefreshLayout. – Jule Aug 04 '21 at 12:11

0 Answers0