123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout
- 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="#ffffff">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:orientation="vertical">
- <LinearLayout
- android:background="@drawable/tysdkn_bg_left_black"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:orientation="vertical">
- <LinearLayout
- android:background="#ffffff"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:id="@+id/tysdk_back_ll"
- android:layout_width="40dp"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical">
- <ImageView
- android:layout_width="16dp"
- android:layout_height="match_parent"
- android:src="@drawable/tysdkn_recahrge_back_blue_left"/>
- </LinearLayout>
- <TextView
- android:layout_centerHorizontal="true"
- android:id="@+id/tysdk_center_user_views_title"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:ellipsize="end"
- android:text="标题"
- android:gravity="center_vertical|center_horizontal"
- android:maxLines="1"
- android:textColor="#30B8FF"
- android:textSize="16sp"
- tools:text="网页标题"/>
- <LinearLayout
- android:id="@+id/tysdkn_webview_func"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_alignParentRight="true"
- android:visibility="invisible"
- android:gravity="center"
- android:layout_marginRight="8dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/tysdkn_webview_icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
- <TextView
- android:id="@+id/tysdkn_webview_func_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:textColor="#ffffff"/>
- </LinearLayout>
- </RelativeLayout>
- <ImageView
- android:id="@+id/tysdkn_webview_click"
- android:layout_width="44dp"
- android:layout_height="match_parent"
- android:padding="16dp"
- android:src="@drawable/tysdkn_click"
- android:visibility="gone"
- />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="18dp"
- android:layout_marginRight="18dp"
- android:background="#dcdcdc"/>
- </LinearLayout>
- <com.sdk.tysdk.ui.ProgressWebView
- android:id="@+id/tysdk_userinfo_progressweb"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:scrollbars="none"/>
- </LinearLayout>
- </FrameLayout>
|