<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/gy_e_login_bg_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="false"
    android:clipToPadding="true">


    <com.g.gysdk.view.AnimateSurfaceFrame
        android:id="@+id/gy_e_login_animate_surface_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <FrameLayout
        android:id="@+id/gy_e_login_fr_nav"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <!--导航-->
        <include
            android:id="@+id/gy_e_login_nav_layout"
            layout="@layout/gy_e_login_nav" />

    </FrameLayout>


    <!--logo-->
    <ImageView
        android:id="@+id/gy_e_login_logo"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:scaleType="fitXY"
        tools:background="@android:color/black"
        tools:layout_height="71dp"
        tools:layout_marginTop="150dp"
        tools:layout_width="71dp" />

    <RelativeLayout
        android:id="@+id/gy_e_login_main_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/gy_e_login_nav_layout">
        <!--脱敏手机号码-->
        <TextView
            android:id="@+id/gy_e_login_number_tv"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            android:textSize="18sp"
            tools:layout_marginTop="200dp"
            tools:text="137********" />
        <!--认证服务商-->
        <TextView
            android:id="@+id/gy_e_login_brand"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            android:textSize="10sp"
            tools:layout_marginTop="400dp"
            tools:text="认证服务由联通统一认证提供"
            tools:textSize="12sp" />
        <!--登录-->
        <RelativeLayout
            android:id="@+id/gy_e_login_submit_layout"
            android:layout_width="wrap_content"
            android:layout_height="36dp"
            tools:background="@android:color/holo_blue_bright"
            tools:layout_centerHorizontal="true"
            tools:layout_height="40dp"
            tools:layout_marginTop="350dp"
            tools:layout_width="268dp">

            <TextView
                android:id="@+id/gy_e_login_submit_tv"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerInParent="true"
                android:textSize="15sp" />

            <!--加载-->
            <!--套一层LinearLayout容器，支持超出容器显示局部-->
            <LinearLayout
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_alignParentRight="true">

                <com.g.gysdk.view.LoadingImageView
                    android:id="@+id/gy_e_login_submit_iv"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginRight="12dp"
                    android:visibility="gone"
                    tools:visibility="visible" />

                <com.g.gysdk.view.GTGifView
                    android:id="@+id/gy_e_login_submit_gif"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginRight="12dp"
                    android:visibility="gone"
                    tools:visibility="visible" />
            </LinearLayout>
        </RelativeLayout>
        <!--切换账号-->
        <TextView
            android:id="@+id/gy_e_login_switch_tv"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            android:text="切换账号"
            android:textSize="14sp"
            tools:layout_marginTop="250dp" />
        <!--协议-->
        <LinearLayout
            android:id="@+id/gy_e_login_privacy_ll"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="center_horizontal"
            android:orientation="horizontal"
            tools:layout_alignParentBottom="true"
            tools:layout_marginBottom="30dp"
            tools:layout_marginLeft="50dp"
            tools:layout_width="256dp">

            <LinearLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:orientation="horizontal">

                <CheckBox
                    android:id="@+id/gy_e_login_check"
                    android:layout_width="9dp"
                    android:layout_height="9dp"
                    android:layout_marginTop="2dp"
                    android:button="@null" />

            </LinearLayout>

            <TextView
                android:id="@+id/gy_e_login_param_tv"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="5dp"
                android:layout_marginBottom="5dp"
                android:textSize="10sp"
                tools:text="登录即认可联通隐私协议条款登录即认可联通隐私协议条款" />
        </LinearLayout>
    </RelativeLayout>

</RelativeLayout>
