<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:gravity="center"
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:baselineAligned="false"
    android:paddingStart="200dp"
    android:paddingEnd="200dp">
    <include
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        layout="@layout/com_parse_ui_parse_login_form"/>
</LinearLayout>
