cnlive_fragment_ugc_playback_player.xml 1.12 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <com.cnlive.lib_cnvideo.ui.widget.player.CNMediaPlayer
        android:id="@+id/cnlivePlayer"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <View
        android:layout_width="match_parent"
        android:layout_height="159dp"
        android:background="@drawable/cnlive_video_top_bg"/>

    <include layout="@layout/cnlive_layout_player_anchor_info"/>

    <com.cnlive.lib_cnvideo.ui.widget.player.CNUgcInfoView
        android:id="@+id/infoView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

    <include layout="@layout/cnlive_layout_player_top"/>

    <ImageView
        android:id="@+id/pageBack"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:padding="15dp"
        android:scaleType="fitCenter"
        android:src="@drawable/cnlive_video_back" />

</RelativeLayout>