What is the correct way to remove the last separator with recyclerview?
if you do it with help dividerItemDecoration, it seems uncomfortable, I thought it was built-in, but it isn’t, if you do it with a look in row_whatever.xml, it is inconvenient.
source
share