<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView android:layout_gravity="center" android:id="@id/thumbnail" android:background="@color/yt_black_pure" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="fitCenter" android:adjustViewBounds="true" android:contentDescription="@string/accessibility_scrubbed_preview" />
    <TextView android:gravity="center" android:layout_gravity="bottom|center" android:id="@id/timestamp" android:background="@drawable/player_bottom_bar" android:paddingTop="8.0dip" android:paddingBottom="8.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/ScrubbedPreviewTimestamp" />
</merge>
