fragment_news_conference.xml 3.02 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/live_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#2b2c30">


    <com.ivt.plus.vitamio.CNMediaPlayer
        android:id="@+id/player"
        android:layout_width="match_parent"
        android:layout_height="180dp"
        android:background="@android:color/black" />


    <RelativeLayout
        android:id="@+id/other"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/player">

        <RelativeLayout
            android:id="@+id/container_part"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="#2b2c30">


            <FrameLayout
                android:id="@+id/page"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:paddingBottom="48dp"/>

            <ListView
                android:id="@+id/active_view"
                android:layout_width="48dp"
                android:layout_height="wrap_content"
                android:layout_alignParentRight="true"
                android:layout_below="@+id/container_part_top"
                android:layout_marginBottom="48dp"
                android:layout_marginTop="102dp"
                android:cacheColorHint="#00000000"
                android:divider="@null"
                android:fadingEdge="none"
                android:listSelector="#00000000"
                android:scrollbars="none"
                android:visibility="gone" />

        </RelativeLayout>


        <android.support.v7.widget.RecyclerView
            android:id="@+id/other_videoss"
            android:layout_width="match_parent"
            android:layout_height="60dp"
            android:background="#25262a"
            android:scrollbars="none"
            android:transcriptMode="alwaysScroll" />

        <LinearLayout
            android:id="@+id/foot"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:orientation="vertical">

            <include
                android:id="@+id/footer_layout"
                layout="@layout/footer_black" />

            <LinearLayout
                android:id="@+id/footer_for_emoticons"
                android:layout_width="match_parent"
                android:layout_height="@dimen/keyboard_height"
                android:background="@android:color/transparent"
                android:orientation="horizontal"
                android:visibility="gone" />

        </LinearLayout>


        <FrameLayout
            android:id="@+id/weblayout"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_below="@+id/other_videoss" />


    </RelativeLayout>

</RelativeLayout>