setReverseLayout
Sets whether LayoutManager should start laying out items from the end of the UI. The order items are traversed is not affected by this call.
For vertical layout, if it is set to true
, first item will be at the bottom of the list.
For horizontal layouts, it depends on the layout direction. When set to true, If RecyclerView is LTR, than it will layout from RTL, if RecyclerView} is RTL, it will layout from LTR.
Parameters
reverseLayout
Whether layout should be in reverse or not