12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:background="@drawable/tysdkn_edit_two_bg"
- android:orientation="vertical"
- >
- <!--<RelativeLayout-->
- <!--android:layout_width="350dp"-->
- <!--android:layout_height="50dp"-->
- <!--android:paddingLeft="18sp"-->
- <!--android:paddingRight="18dp">-->
- <!--<TextView-->
- <!--android:id="@+id/tysdkn_dialog_wb_title"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:textColor="#009DEF"-->
- <!--android:textSize="19sp"-->
- <!--tools:text="实名认证"/>-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_iv_close"-->
- <!--android:layout_width="15dp"-->
- <!--android:visibility="gone"-->
- <!--android:layout_height="15dp"-->
- <!--android:layout_alignParentRight="true"-->
- <!--android:layout_centerVertical="true"-->
- <!--android:background="@drawable/tysdkn_close" />-->
- <!--</RelativeLayout>-->
- <com.sdk.tysdk.ui.ProgressWebView
- android:id="@+id/tysdkn_dialog_wb"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:scrollbars="none" />
- </LinearLayout>
|