<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"
    android:paddingLeft="0dp"
    android:paddingRight="0dp"
    android:paddingTop="0dp"
    android:paddingBottom="0dp" tools:context=".ConnectActivity">


    <WebView
        android:id="@+id/connect_webview"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</RelativeLayout>
