I have a fragment with a toolbar and a recyclerView inside it.
I am populating the recyclerView with dummy data and then try to show them. For some reason, the last
Try to change your RecyclerView height to "wrap_content" and add the AppBarLayout height as margin bottom.
RecyclerView
"wrap_content"
AppBarLayout
The cut-off part of the list item, is the height of the AppBarLayout.