How to get Adview below Viewpager in CoordinatorLayout

前端 未结 5 1273
慢半拍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 13:59

    Put ViewPager and Adview inside a another LinearLayout as below:

        
         
    
            
        
    

提交回复
热议问题