CardView中的NativeExpressAdView

时间:2017-07-03 06:22:33

标签: android admob android-support-library android-cardview google-admob

当我在Cardview中显示广告时,如果我从CardView切换到Framelayout广告出现任何原因,则不显示广告?

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/banner_bg"
android:orientation="vertical"
card_view:cardElevation="@dimen/card_elevation_height">


<com.google.android.gms.ads.NativeExpressAdView xmlns:ads="http://schemas.android.com/apk/res-auto"
    android:id="@+id/adView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    ads:adSize="FULL_WIDTHx148"
    ads:adUnitId="@string/test_unit_id_m" />

0 个答案:

没有答案