<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv46"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:spanCount="3"
tools:listitem="@layout/wallet_items"
/>
I am implementing recyclerview with N number of items but i want to show only 3 item in list.Also i have set spancount for recyclerview but its not working