<?xml version="1.0" encoding="utf-8"?>
<com.google.android.apps.youtube.app.extensions.posts.consumption.reel.ShortsPostFrameLayout android:id="@id/posts_content_root" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/element_container" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <ViewStub android:layout_gravity="center" android:id="@id/post_reel_player_overlay_tap_feedback_stub" android:layout="@layout/reel_player_overlay_tap_feedback" android:inflatedId="@id/reel_player_overlay_tap_feedback" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</com.google.android.apps.youtube.app.extensions.posts.consumption.reel.ShortsPostFrameLayout>
