Android Studio – How to fill the entire screen in a RecyclerView
I have a problem filling the entire screen in a reclycle view. This is my xml code of the cardview and my view where the reclyclerview is: CardView: This is how it looks in the Ide Android studio: Layout where…