<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<FrameLayout
|
android:id="@+id/fl_container"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<com.ysvideo.zhibo.app.ui.subview.X5WebView
|
android:id="@+id/webview"
|
android:layout_width="fill_parent"
|
android:layout_height="fill_parent" />
|
|
</FrameLayout>
|
|
|
<ImageView
|
android:id="@+id/iv_back"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_margin="10dp"
|
android:src="@drawable/ic_back_two"></ImageView>
|
|
|
</FrameLayout>
|