My banners sometimes go off the screen. I am using the Leadbolt SDK 4.00a and Android 4.1 with the following code:
mAdView = new AdController(mActivity, "MY ID", this);
mAdView.setAdditionalDockingMargin(0);
mAdView.setAsynchTask(true);
mAdView.loadAd();
Image 1 http://imageshack.us/a/img27/9539/sc20130117140203.png Image 2 http://imageshack.us/a/img690/8301/sc20130117140148.png
Anyone have the same problem?