<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@id/engagement_panel_lower_view" android:visibility="gone" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <View android:id="@id/engagement_panel_lower_view_scrim" android:background="?ytOverlayBackgroundSolid" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:elevation="@dimen/engagement_panel_lower_view_scrim_elevation" />
</RelativeLayout>
