<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <com.google.android.material.appbar.AppBarLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
        <android.support.v7.widget.Toolbar android:id="@id/toolbar" android:layout_width="fill_parent" android:layout_height="?actionBarSize" android:paddingEnd="@dimen/legal_report_form_standard_spacing">
            <ImageButton android:layout_gravity="end" android:id="@id/send_report" android:background="?selectableItemBackgroundBorderless" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/quantum_ic_send_grey600_24" android:contentDescription="@null" />
        </android.support.v7.widget.Toolbar>
    </com.google.android.material.appbar.AppBarLayout>
    <ScrollView android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
        <LinearLayout android:orientation="vertical" android:padding="@dimen/legal_report_form_standard_spacing" android:layout_width="fill_parent" android:layout_height="0.0dip">
            <LinearLayout android:orientation="vertical" android:id="@id/timestamp_container" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/legal_report_form_standard_spacing">
                <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceCaption" android:id="@id/timestamp_label" android:layout_width="fill_parent" android:layout_height="wrap_content" yt:robotoFont="regular" />
                <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceSubhead" android:id="@id/timestamp" android:layout_width="fill_parent" android:layout_height="wrap_content" yt:robotoFont="regular" />
            </LinearLayout>
            <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceCaption" android:id="@id/description_hint" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/legal_report_form_text_caption_margin" yt:robotoFont="regular" />
            <com.google.android.material.textfield.TextInputLayout android:textColorHint="?validatedFieldColor" android:id="@id/description_container" android:background="?validatedTextAreaBackground" android:padding="@dimen/legal_report_form_text_area_spacing" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/legal_report_form_standard_spacing">
                <com.google.android.material.textfield.TextInputEditText android:textAppearance="?textAppearanceSubhead" android:gravity="start|center|top" android:id="@id/description" android:background="@null" android:paddingTop="8.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:lines="3" android:inputType="textAutoCorrect|textCapSentences|textMultiLine" />
            </com.google.android.material.textfield.TextInputLayout>
            <android.support.v7.widget.AppCompatSpinner android:id="@id/issue_type" android:paddingBottom="@dimen/legal_report_form_text_padding_bottom" android:focusable="true" android:focusableInTouchMode="true" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/legal_report_form_standard_spacing" android:dropDownWidth="fill_parent" android:spinnerMode="dropdown" yt:backgroundTint="?validatedFieldColor" style="@style/Widget.AppCompat.Spinner.Underlined" />
            <android.support.v7.widget.AppCompatSpinner android:id="@id/affiliation" android:paddingBottom="@dimen/legal_report_form_text_padding_bottom" android:focusable="true" android:focusableInTouchMode="true" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/legal_report_form_standard_spacing" android:dropDownWidth="fill_parent" android:spinnerMode="dropdown" yt:backgroundTint="?validatedFieldColor" style="@style/Widget.AppCompat.Spinner.Underlined" />
            <com.google.android.material.textfield.TextInputLayout android:id="@id/name_container" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content">
                <com.google.android.material.textfield.TextInputEditText android:textAppearance="?textAppearanceSubhead" android:id="@id/name" android:paddingBottom="@dimen/legal_report_form_text_padding_bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:lines="1" android:inputType="textCapWords" />
            </com.google.android.material.textfield.TextInputLayout>
            <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceCaption" android:id="@id/name_subtext" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/legal_report_form_helper_text_horizontal_padding" android:paddingEnd="@dimen/legal_report_form_helper_text_horizontal_padding" yt:robotoFont="regular" />
            <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceCaption" android:id="@id/required" android:paddingTop="@dimen/legal_report_form_standard_spacing" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="@dimen/legal_report_form_helper_text_horizontal_padding" android:paddingEnd="@dimen/legal_report_form_helper_text_horizontal_padding" yt:robotoFont="regular" />
        </LinearLayout>
    </ScrollView>
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceBody1" android:textColor="?ytTextSecondary" android:id="@id/footer" android:background="?ytGeneralBackgroundA" android:padding="@dimen/legal_report_form_standard_spacing" android:layout_width="fill_parent" android:layout_height="wrap_content" android:lineSpacingMultiplier="@dimen/report_form_line_spacing" yt:robotoFont="regular" />
</LinearLayout>
