Inmobi ads centering

Hello there!

I am trying to implement the inMobi ads on the android tablets but I needed it centered on the screen. So, as the banners are not defined in pixels and it is set to Top Left positioning, how can I “measure” its size to center it on the screen, knowing that there are a lot of different screen sizes out there…

Thanks,

Thiago [import]uid: 132895 topic_id: 25095 reply_id: 325095[/import]

Look at the top code here; http://developer.anscamobile.com/reference/index/ads/adsshow

There it states the banner showing is 320x48

So you’d display at half the screen width - 160 :slight_smile: [import]uid: 52491 topic_id: 25095 reply_id: 102021[/import]