0

I am a beginner in android and I need your help.

I have added an adMob adBanner at a bottom of my screen programmatically. Now what I want is, when the ad appears, it will push the view/views up and make enough spaces for it (example: it will push the list view up if my layout contains a listview or a tabView up if it contains a tabView).

How can I do that ??

Khaled Saifullah
  • 2,279
  • 3
  • 25
  • 26

1 Answers1

0

Check this link. your banner is a view, I suggest to use visibility.

ovluca
  • 291
  • 1
  • 15