<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:tools="http://schemas.android.com/tools"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             tools:context="com.sharefaith.thesharefaithapp.ui.SFConnectFragment"
    >

    <!-- TODO: Update blank fragment layout -->

    <include layout="@layout/sf_logo_frame"/>

    <include layout="@layout/sf_connect_frame"/>

    <TextView
        android:layout_width="fill_parent"
        android:layout_height="30dp"
        android:id="@+id/sfConnectWithUsTextView"
        android:layout_above="@+id/sfConnectFrame"
        android:layout_centerHorizontal="true"
        android:singleLine="true"
        android:textAlignment="center"
        android:textSize="12dp"
        android:gravity="center_vertical|center_horizontal"
        android:textColor="#ffffffff"/>

    <com.sharefaith.thesharefaithapp.ui.SFWebView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/sfConnectWebView"
        android:layout_above="@+id/sfConnectWithUsTextView"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="15dp"
        android:layout_marginBottom="10dp"
        android:background="#00272727"
        android:paddingLeft="-20dp"/>

</RelativeLayout>
