我使用以下项目制作了自己的Watsapp贴纸应用程序:https://github.com/WhatsApp/stickers
,然后将我的广告放在不干胶标签列表中的一个横幅上,并在一个非页内广告上投放,效果很好,但是我想在每张不干胶标签包中都添加横幅,例如theis图片:https://imgur.com/a/xXpx6II
但是我尝试将第一个横幅复制到sticker_pack_list.xml,但是它没有显示,看起来像一个白色横幅
我的广告代码
`<com.google.android.gms.ads.AdView
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:id="@+id/adView4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="@string/banner_id">
</com.google.android.gms.ads.AdView>`
有人可以帮助我吗?