AdMob横幅的关闭按钮

时间:2012-10-05 18:36:00

标签: android admob

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

1 个答案:

答案 0 :(得分:1)

目前无法使用SDK在横幅广告上添加X按钮。希望此功能在未来的某个时候可用。