No test or live ads use the full width of the device when using Admob banner ads.
This is the adView that I declared in my xml layout:
<com.google.android.gms.ads.AdView android:id="@+id/adView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:gravity="bottom" ads:adSize="BANNER" ads:adUnitId="@string/banner_ad_unit_id"></com.google.android.gms.ads.AdView>
This is what is displayed:

source share