Open ericntd opened 8 years ago
How do we reverse it?
I've already tried the following but it's not working
// ... LinearLayoutManager linearLayoutManager = new LinearLayoutManager(getActivity()); linearLayoutManager.setReverseLayout(true); linearLayoutManager.setStackFromEnd(true); recyclerView.setLayoutManager(linearLayoutManager); // ...
+1 scroller is reversed i hope its possible to add and option to reverse it so it scrolls in the correct direction
How do we reverse it?
I've already tried the following but it's not working