<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:topLeftRadius="@dimen/reel_bottomsheet_corner_radius" android:topRightRadius="@dimen/reel_bottomsheet_corner_radius" />
    <solid android:color="?ytBrandBackgroundSolid" />
</shape>
