Guest User

Untitled

a guest
Apr 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if (adView.getParent() != null) {
  2. ((ViewGroup) adView.getParent()).removeView(adView);
  3. }
  4.  
  5. // Add the banner ad to the ad view.
  6. adCardView.addView(adView);
Add Comment
Please, Sign In to add comment