<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="25dp"
  android:layout_margin="5dp"
  android:layout_height="20dp">

  <TextView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/ad_attribution_bg_color"
    android:gravity="center"
    android:text="Ad"
    android:textColor="#ffffff"
    android:textSize="10dp" />

</LinearLayout>
