<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
|
<LinearLayout
|
android:visibility="gone"
|
android:id="@+id/ll_other"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
|
<FrameLayout
|
android:id="@+id/fragment_video_play_container1"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="#000000">
|
|
<FrameLayout
|
android:id="@+id/fragment_video_play_container"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"></FrameLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_video_play_background"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<ImageView
|
android:id="@+id/iv_video_play_background"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:scaleType="centerCrop" />
|
|
<ImageView
|
android:id="@+id/iv_play_loading"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:scaleType="centerCrop"
|
android:src="@drawable/ic_gif_loading"
|
android:visibility="gone" />
|
|
|
<FrameLayout
|
android:id="@+id/fl_banner"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_gravity="bottom"
|
android:background="@color/white"></FrameLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_download_so"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:gravity="center"
|
android:orientation="vertical"
|
android:visibility="gone">
|
|
<TextView
|
android:id="@+id/textView4"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/ic_download_so"
|
android:drawablePadding="5dp"
|
android:gravity="center"
|
android:paddingLeft="25dp"
|
android:paddingRight="25dp"
|
android:text="正在下载播放插件"
|
android:textColor="@color/white" />
|
|
<SeekBar
|
android:id="@+id/seekbar_load_so"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:progressDrawable="@drawable/progress_drawable2"
|
android:thumb="@null" />
|
|
<TextView
|
android:id="@+id/tv_progrerss"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_marginLeft="15dp"
|
android:text="9%"
|
android:textColor="@color/white" />
|
</LinearLayout>
|
|
<ImageView
|
android:id="@+id/iv_select_play"
|
android:layout_width="80dp"
|
android:layout_height="80dp"
|
android:layout_gravity="center"
|
android:src="@drawable/ic_select_play" />
|
</FrameLayout>
|
|
<TextView
|
android:id="@+id/iv_back"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_marginTop="5dp"
|
android:drawableLeft="@drawable/ic_back_two"
|
android:drawablePadding="5dp"
|
android:gravity="center"
|
android:src="@drawable/ic_back_two"
|
android:textColor="@color/white" />
|
</FrameLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_video_detail"
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_below="@id/fragment_video_play_container1"
|
android:layout_weight="1">
|
|
<FrameLayout
|
android:id="@+id/fragment_video_detail_container"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"></FrameLayout>
|
|
<FrameLayout
|
android:id="@+id/fragment_video_episode_container"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"></FrameLayout>
|
|
<ImageView
|
android:id="@+id/iv_download_failure"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_marginTop="30dp"
|
android:src="@drawable/download_failure"
|
android:visibility="gone" />
|
</FrameLayout>
|
</LinearLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_pptv"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:visibility="visible"></FrameLayout>
|
|
</LinearLayout>
|