2

有没有办法在 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" />
4

1 回答 1

1

目前无法使用 SDK 在横幅广告中包含 X 按钮。希望这个功能在未来的某个时候可以使用。

于 2012-10-08T03:54:35.100 回答