<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?ytOverlayBackgroundMedium" />
    <stroke android:width="@dimen/music_waveform_area_width" android:color="?ytStaticWhite" />
    <corners android:radius="@dimen/music_waveform_area_radius" />
</shape>
