<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/sud_layout_template_content" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:filterTouchesWhenObscured="true"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/sud_layout_container" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
        <LinearLayout android:orientation="horizontal" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:baselineAligned="false">
            <LinearLayout android:orientation="vertical" android:id="@id/sud_landscape_header_area" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="@dimen/sud_glif_land_header_area_weight">
                <ViewStub android:id="@id/sud_layout_sticky_header" android:layout_width="fill_parent" android:layout_height="wrap_content" />
                <com.google.android.setupdesign.view.BottomScrollView android:id="@id/sud_header_scroll_view" android:paddingTop="?sudScrollViewPaddingTop" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="?sudScrollViewMarginTop" android:fillViewport="true" android:scrollIndicators="?sudScrollIndicators">
                    <include layout="@layout/sud_glif_header" />
                </com.google.android.setupdesign.view.BottomScrollView>
            </LinearLayout>
            <LinearLayout android:orientation="vertical" android:id="@id/sud_landscape_content_area" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" style="@style/SudLandContentContianerStyle">
                <com.google.android.setupdesign.view.BottomScrollView android:id="@id/sud_scroll_view" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" android:importantForAccessibility="no" android:scrollIndicators="?sudScrollIndicators">
                    <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
                        <FrameLayout android:id="@id/sud_layout_content" android:paddingTop="?sudGlifContentPaddingTop" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
                        <ViewStub android:id="@id/sud_layout_illustration_progress_stub" android:layout="@layout/sud_progress_illustration_layout" android:inflatedId="@id/sud_layout_progress_illustration" android:layout_width="wrap_content" android:layout_height="wrap_content" />
                    </LinearLayout>
                </com.google.android.setupdesign.view.BottomScrollView>
            </LinearLayout>
        </LinearLayout>
        <include layout="@layout/sud_glif_floating_back_button" />
    </FrameLayout>
    <ViewStub android:id="@id/suc_layout_footer" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
