fragment_run_line.xml 860 Bytes
<layout xmlns:android="http://schemas.android.com/apk/res/android">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">

        <com.qmuiteam.qmui.widget.QMUITopBar
            android:id="@+id/topbar"
            android:layout_width="match_parent"
            android:layout_height="?attr/qmui_topbar_height" />

        <android.support.v7.widget.RecyclerView
            android:id="@+id/run_line_recy"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />

        <com.cnlive.strike.ui.widget.UIEmptyView
            android:id="@+id/empty"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:visibility="gone" />
    </LinearLayout>

</layout>