How to get Adview below Viewpager in CoordinatorLayout

前端 未结 5 1232
慢半拍i
慢半拍i 2021-01-30 13:20

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

5条回答
  •  情话喂你
    2021-01-30 14:02

    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
            
    
            
    
    
    
    
    
    

提交回复
热议问题