At the moment the AdView
is appearing inside the ViewPager
so its blocking the content in the app. How can I get the AdView
to appear belo
I tried the answer by @AvishekV but that didn't solve my problem. But I took THE IDEA of putting CoordinatorLayout and Adview inside a parent layout which in my case was ConstraintLayout. Below is the structure
//CollapsingToolbarLayout
//ConstraintLayout, if you need to put anything inside collpasingtoolbar
//Toolbar
//TabLayout