
Hello, I got exactly the same problem, any update about this? The scrollbar always appear in TEXT BANNER.
Here is my layout:
<RelativeLayout xmlns:android="
http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fitsSystemWindows="true" >
<RelativeLayout
android:id="@id/main_content"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
</RelativeLayout>
<com.google.android.gms.ads.AdView
xmlns:android="
http://schemas.android.com/apk/res/android"
xmlns:ads="
http://schemas.android.com/apk/res-auto"
android:id="@id/admod"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
ads:adSize="BANNER"
ads:adUnitId="@string/admob_id_banner"
android:background="@android:color/transparent" />
</RelativeLayout>
And attachment is the screenshot