ht_mid_webview_dialog.xml 1.3 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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:background="@drawable/ht_privacy_policy_bg"
   android:layout_margin="5dp"
   android:paddingBottom="10dp"
   android:orientation="vertical">

   <RelativeLayout
      android:layout_width="match_parent"
      android:layout_height="40dp">

      <TextView
         android:id="@+id/ht_mid_title_tv"
         android:layout_width="wrap_content"
         tools:text="隐私协议"
         android:textColor="#222222"
         android:textSize="14sp"
         android:layout_centerInParent="true"
         android:gravity="center"
         android:layout_height="match_parent" />

      <TextView
         android:id="@+id/ht_mid_close_tv"
         android:layout_width="50dp"
         android:text="X"
         android:textColor="#000000"
         android:textSize="20sp"
         android:textStyle="bold"
         android:gravity="center"
         android:layout_alignParentRight="true"
         android:layout_height="match_parent" />
   </RelativeLayout>

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

</LinearLayout>