<?xml version="1.0" encoding="utf-8"?>
<shape android:layout_width="wrap_content" android:layout_height="wrap_content" android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?ytOverlayAdditiveBackground" />
    <corners android:radius="@dimen/cloud_chip_corner_radius_amsterdam" />
</shape>
