<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:outlineProvider="bounds"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/top_view_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentStart="true" />
    <RelativeLayout android:id="@id/modal_view_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/top_view_container" />
</RelativeLayout>
