How to place AdView below the RecyclerView? Please see details
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 the AdView below the RecyclerView and for that I have done this: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:id="@+id/recyclerView_parentLayout" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android