<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  android:layout_height="match_parent"
  android:layout_width="match_parent"
  android:orientation="vertical"
  xmlns:android="http://schemas.android.com/apk/res/android">

  <androidx.cardview.widget.CardView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/ad_container"
    android:layout_margin="10dp"
    android:elevation="0dp"
    />



</LinearLayout>
