<?xml version="1.0" encoding="utf-8"?>
<shape android:layout_width="fill_parent" android:layout_height="fill_parent" android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?ytOverlayBackgroundMedium" />
    <corners android:topLeftRadius="@dimen/gallery_thumb_duration_with_background_margin" android:topRightRadius="@dimen/gallery_thumb_duration_with_background_margin" android:bottomLeftRadius="@dimen/gallery_thumb_duration_with_background_margin" android:bottomRightRadius="@dimen/gallery_thumb_duration_with_background_margin" />
</shape>
