My RecyclerView and item has match_parent width but the result is :
In my case, the problem was in RecyclerView XML declaration, the layout_width was 0dp which means match_constraints, when I changed it to match_parent, items started to fill all RecyclerView width:
RecyclerView
layout_width
match_parent