I\'m developing an app in which some data is getting loaded from Firebase
and is shown in the RecyclerView
.
What I want is I want to show t
Try to put your RecyclerView inside other layout, or just set layout_above="@id/card_ads"
I think the main problem is that you set in card_ads layout_below, but not tell recyclerview that it should be over the card_ads
I've add Admob on my App, you can check at Github
Edit:
I put match parent, see if it works