You should use LinearLayout instead of RelativeLayout. In LinearLayout put ad at the bottom of the screen and let it occupy it's space and set layout_weight to your RecyclerView.
And one more thing, don't set layout_height of AdView to match_parent, use wrap_content instead.