Douglas Farias Expert Licensed User Longtime User May 14, 2014 #1 its possible put my ad 100%x? i m trying to put this but dont go 100% Activity.AddView(Adbox, 0dip, 100%Y - 50dip, 100%x, 50dip)' AdView1.LoadAd 'loads an ad Adbox.LoadAd i m using 2.0
its possible put my ad 100%x? i m trying to put this but dont go 100% Activity.AddView(Adbox, 0dip, 100%Y - 50dip, 100%x, 50dip)' AdView1.LoadAd 'loads an ad Adbox.LoadAd i m using 2.0
Erel B4X founder Staff member Licensed User Longtime User May 14, 2014 #2 There are several defined ad sizes: https://developers.google.com/mobile-ads-sdk/docs/admob/intermediate Upvote 0
There are several defined ad sizes: https://developers.google.com/mobile-ads-sdk/docs/admob/intermediate
Douglas Farias Expert Licensed User Longtime User May 14, 2014 #3 ty work fine Adbox.Initialize2("Ad", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" , adbox.SIZE_SMART_BANNER ) Upvote 0