Using this package com.google.android.gms.ads.AdSize; I can set my adsize like this
adView = new AdView(this);
adView.setAdSize(AdSize.BANNER);
But this gms.ads is old one. Is there any alternative way in which we can achieve the same thing in the new package ie, com.google.ads.AdSize; Thanks in Advance