XML标记的空正文较少...(Ctrl + F1)报告空标记的正文。验证适用于XML / JSP / JSPX / HTML / XHTML文件类型

时间:2018-12-26 05:03:09

标签: android android-studio

enter image description here

我在寻找信息,但不太了解消息的含义。

感谢您对我做错事的帮助。

1 个答案:

答案 0 :(得分:0)

您可以使用自动关闭标签,例如:

<com.google.android.gms.ads.AdView
        android:id="@+id/bannerAd"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        ads:adSize="BANNER"
        ads:adUnitId="@+id/banner_ad_unit_id"/>