thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

How to Make Recycler View show rows from bottom #110

Closed dashrathNumbertank closed 5 years ago

ordago commented 7 years ago

With the original RecyclerView this is how it's done:

https://developer.android.com/reference/android/support/v7/widget/LinearLayoutManager.html#setReverseLayout(boolean)