I saw somewhere method to make RecyclerView show ViewHolders from bottom to top. Now, i can\'t find it anywhere (after half of hour going through <
RecyclerView
ViewHolders
You can achieve this task by adding two lines to the xml code.
app:stackFromEnd="true" app:reverseLayout="true"
This will work as all chat apps.