146 lines
4.5 KiB
XML
146 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="false"
|
|
android:keepScreenOn="true"
|
|
android:orientation="vertical">
|
|
|
|
<com.web.tkgo.StatusLayout
|
|
android:id="@+id/top_vvvv1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/top_vvvv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_below="@id/top_vvvv1"
|
|
android:background="@color/white"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:id="@+id/back_iv"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:scaleType="centerInside"
|
|
android:src="@drawable/ic_action_back" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:src="@mipmap/hey_girl" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
<WebView
|
|
android:id="@+id/webview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/layoutError"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progress_error"
|
|
style="@android:style/Widget.ProgressBar.Large"
|
|
android:layout_width="100dp"
|
|
android:layout_height="100dp"
|
|
android:layout_gravity="center_horizontal" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="10dp"
|
|
android:text="Loading……" />
|
|
|
|
<TextView
|
|
android:id="@+id/errormsg"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:textColor="#999999"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/show_top_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@id/top_vvvv"
|
|
android:orientation="vertical"
|
|
android:gravity="center_horizontal"
|
|
android:background="@color/white"
|
|
android:visibility="visible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="4"
|
|
android:gravity="center">
|
|
|
|
|
|
<com.web.tkgo.CircleImageView
|
|
android:id="@+id/show_top_v"
|
|
android:layout_width="120dp"
|
|
android:layout_height="120dp"
|
|
android:src="@mipmap/hey_girl"
|
|
android:visibility="visible"
|
|
app:ease_border_color="#EEEEEE"
|
|
app:ease_border_width="1px"
|
|
app:es_shape_type="round" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="6"
|
|
android:gravity="center">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressbar"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:indeterminateDrawable="@drawable/pass_word_bg1" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/videoContainer"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<ProgressBar
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="15dp"
|
|
android:indeterminateDrawable="@drawable/pass_word_bg2"
|
|
android:visibility="gone" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|