<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/white"
    android:fitsSystemWindows="true"
    android:orientation="vertical">

    <RelativeLayout
        android:id="@+id/agreement_title"
        android:layout_width="match_parent"
        android:background="@color/white"
        android:layout_height="50dp">

        <Button
            android:id="@+id/ctcc_agreement_back"
            android:layout_width="25dp"
            android:layout_height="25dp"
            android:layout_centerVertical="true"
            android:layout_marginLeft="7dp"
            android:layout_marginStart="7dp"
            android:background="@drawable/sy_sdk_left" />

        <TextView
            android:id="@+id/oauth_title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:text="天翼服务及隐私协议"
            android:textColor="#080808"
            android:textSize="16sp"
            android:visibility="visible"/>

        <TextView
            android:id="@+id/oauth_help"
            android:layout_width="40dp"
            android:layout_height="40dp"
            android:gravity="center|start"
            android:visibility="gone" />

    </RelativeLayout>
    <!--状态栏-->
    <View
        android:layout_width="match_parent"
        android:layout_height="0.5dp"
        android:background="#e8e8e8" />

    <com.chuanglan.shanyan_sdk.view.ProgressWebView
        android:id="@+id/baseweb_webview"
        android:layout_width="match_parent"
        android:background="@color/white"
        android:layout_height="match_parent" />
</LinearLayout>