How to use androidx.recyclerview.widget.RecyclerView with tools:listitem? I have this layout:
androidx.recyclerview.widget.RecyclerView
tools:listitem
From your code it seems that your recyclerview is the root element of the XML, and is missing the reference from xmlns:tools
Try to use another root element, as a constraint layout or even just layout as per example of google sunflowerapp: