<?xml version="1.0" encoding="utf-8"?>
<com.google.android.apps.youtube.app.player.overlay.SizeAdjustableOverlayWrapperLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <RelativeLayout android:id="@id/size_adjustable_inner_wrapper" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <include layout="@layout/inline_ad_overlay" />
    </RelativeLayout>
</com.google.android.apps.youtube.app.player.overlay.SizeAdjustableOverlayWrapperLayout>
