This seems like it would be an easy solution, but it seems that setting
private RecyclerView mRecyclerView; private RecyclerView.Adapter mAdapter; private Li
I found the effective method to solve this using xml:
app:layoutManager="android.support.v7.widget.LinearLayoutManager" app:stackFromEnd="true"