<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/gy_e_login_web_bg_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clipToPadding="true"
    android:fitsSystemWindows="true">

    <include
        android:id="@+id/gy_e_login_nav_layout"
        layout="@layout/gy_e_login_nav" />

    <WebView
        android:id="@+id/gy_e_login_web"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/gy_e_login_nav_layout" />

</RelativeLayout>
