fragment_channel_more.xml 1.03 KB
<?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:background="@color/color_ff"
    android:orientation="vertical">

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

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="37dp">

        <com.ivt.plus.indicator.TabPageIndicator
            android:id="@+id/indicator"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:fillViewport="false" />
    </RelativeLayout>

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

    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <android.support.v4.view.ViewPager
            android:id="@+id/viewpager"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />
    </FrameLayout>
</LinearLayout>