<?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="?ytBaseBackground" />
    <corners android:radius="@dimen/cloud_chip_checkbox_corner_radius" />
</shape>
