If you want to keep the scroll position anchored to the bottom of the RecyclerView
, it's useful in chat apps. just call setStackFromEnd(true)
to on the LinearLayoutManager
to make the keyboard keep the list items anchored on the bottom (the keyboard) and not the top.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…