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