Im trying to display an admob ad which completely covers the width of screen (like SMART_BANNER), and 90dp constant height.
using this code, i can set the height to 90dp, but how can i make the ad width fill the width?
AdSize adSize = new AdSize(deviceSpecificWidth, 90);
According to this, these are the standard sizes of SMART_BANNER
Screen width x 32|50|90
can i force the smart banner to only use 90dp height in every device?