<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:background="@drawable/gallery_teaser_image_view_rounded_corner" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/gallery_teaser_image_view_margin" android:layout_marginHorizontal="@dimen/gallery_teaser_image_view_margin" android:clipToOutline="true"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView android:id="@id/teaser_image_view" android:layout_width="@dimen/green_screen_media_item_thumbnail_view_size" android:layout_height="@dimen/green_screen_media_item_thumbnail_view_size" android:foreground="?ytTouchFeedbackCircle" android:scaleType="centerCrop" />
</FrameLayout>
