ht_dialog_commonweb.xml 852 字节
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:padding="10dp"
   android:orientation="horizontal">

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


   <ImageView
      android:id="@+id/ht_commonweb_loading"
      android:layout_width="68dp"
      android:background="@drawable/ht_loading_progressbar"
      android:layout_centerInParent="true"
      android:layout_height="68dp" />

   <ImageView
      android:id="@+id/ht_close_img"
      android:layout_width="25dp"
      android:scaleType="centerInside"
      android:src="@drawable/ht_back"
      android:layout_height="25dp" />
</RelativeLayout>