有没有办法在 AdMob 的横幅上设置关闭按钮?我的意思是那些小'x'来消除横幅......
我目前正在将横幅添加到布局中,如下所示:
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
ads:adSize="SMART_BANNER"
ads:adUnitId="my_id_here"
ads:testDevices="TEST_EMULATOR"
ads:loadAdOnCreate="true" />