<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:gravity="center"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <TextView
        android:gravity="center"
        android:id="@+id/login_help_instructions"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/com_parse_ui_login_help_instructions"
        style="@style/style00bc"/>
    <EditText
        android:id="@+id/login_help_email_input"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dimen0056"
        android:hint="@string/com_parse_ui_login_help_email_input_hint"
        android:inputType="textEmailAddress"
        style="@style/style00ba"/>
    <Button
        android:id="@+id/login_help_submit"
        android:layout_marginTop="@dimen/dimen0056"
        android:text="@string/com_parse_ui_login_help_submit_button_label"
        style="@style/style00b8"/>
</LinearLayout>
