<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:gravity="center"
    android:orientation="vertical"
    android:id="@+id/parse_login"
    android:visibility="gone"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <EditText
        android:id="@+id/login_username_input"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="@string/com_parse_ui_username_input_hint"
        android:inputType="textEmailAddress"
        style="@style/style00ba"/>
    <EditText
        android:id="@+id/login_password_input"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dimen0053"
        android:hint="@string/com_parse_ui_password_input_hint"
        android:selectAllOnFocus="true"
        android:inputType="textPassword"
        android:fontFamily="sans-serif"
        style="@style/style00ba"/>
    <LinearLayout
        android:id="@+id/parse_buttons"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dimen0051">
        <Button
            android:id="@+id/parse_login_button"
            android:text="@string/com_parse_ui_parse_login_button_label"
            android:layout_weight="0.5"
            style="@style/style00b8"/>
        <Button
            android:id="@+id/parse_signup_button"
            android:layout_marginLeft="@dimen/dimen0052"
            android:text="@string/com_parse_ui_parse_signup_button_label"
            android:layout_weight="0.5"
            style="@style/style00b8"/>
    </LinearLayout>
    <Button
        android:id="@+id/parse_login_help"
        android:layout_marginTop="@dimen/dimen0053"
        android:layout_marginBottom="@dimen/dimen0053"
        android:text="@string/com_parse_ui_forgot_password_button_label"
        style="@style/style00bb"/>
</LinearLayout>
