<?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">
    <ViewStub android:id="@id/sud_layout_sticky_header" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    <FrameLayout android:id="@id/sud_layout_container" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
        <com.google.android.setupdesign.view.BottomScrollView android:id="@id/sud_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">
            <LinearLayout android:orientation="vertical" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="wrap_content">
                <include layout="@layout/sud_glif_header" />
                <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="fill_parent" android:layout_height="wrap_content" />
                <FrameLayout android:id="@id/sud_layout_content" android:clipChildren="?sudClipChildren" android:clipToPadding="?sudClipToPadding" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            </LinearLayout>
        </com.google.android.setupdesign.view.BottomScrollView>
        <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>
