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?