2024-05-18 14:36:35 +08:00
|
|
|
<?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:id="@+id/root"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:animateLayoutChanges="true">
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.exoplayer2.ui.StyledPlayerView
|
|
|
|
android:id="@+id/video_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:surface_type="texture_view"
|
|
|
|
app:use_controller="false" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="300dp"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/playView"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/playView1"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/leave"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:src="@mipmap/zslk"
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/pk_container"
|
|
|
|
android:layout_width="match_parent"
|
2024-05-31 20:59:16 +08:00
|
|
|
android:layout_height="280dp"
|
2024-05-18 14:36:35 +08:00
|
|
|
android:layout_marginTop="130dp">
|
|
|
|
|
|
|
|
<com.yunbao.live.custom.MyFrameLayout4
|
|
|
|
android:id="@+id/left_container"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginBottom="20dp" />
|
|
|
|
|
|
|
|
<com.yunbao.live.custom.MyFrameLayout4
|
|
|
|
android:id="@+id/right_container"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_marginBottom="20dp" />
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/dr_pk_view"
|
|
|
|
android:layout_width="match_parent"
|
2024-05-31 20:59:16 +08:00
|
|
|
android:layout_height="280dp"
|
2024-05-18 14:36:35 +08:00
|
|
|
android:layout_marginTop="130dp"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/dr1_preview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@mipmap/live_icon_vacancy"
|
|
|
|
tools:ignore="NestedWeights" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/dr3_preview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@mipmap/live_icon_vacancy" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/dr2_preview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@mipmap/live_icon_vacancy"
|
|
|
|
tools:ignore="NestedWeights" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/dr4_preview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@mipmap/live_icon_vacancy" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<com.yunbao.live.custom.MyFrameLayout3
|
|
|
|
android:id="@+id/small_container"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_marginBottom="120dp"
|
|
|
|
app:mfl3_ratio="0.25" />
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/ry_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/cover"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:scaleType="centerCrop" />
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/loading"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_marginTop="240dp"
|
|
|
|
android:indeterminateBehavior="repeat"
|
|
|
|
android:indeterminateDrawable="@drawable/anim_loading"
|
|
|
|
android:indeterminateOnly="true"
|
|
|
|
android:visibility="invisible" />
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/loading2"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_marginTop="240dp"
|
|
|
|
android:indeterminateBehavior="repeat"
|
|
|
|
android:indeterminateDrawable="@drawable/anim_loading"
|
|
|
|
android:indeterminateOnly="true"
|
|
|
|
android:visibility="invisible" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|