fragment_news_list.xml 663 字节
Newer Older
门心叼龙's avatar
门心叼龙 已提交
1 2 3 4 5 6 7 8 9 10 11
<?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:orientation="vertical">
    <com.refresh.lib.DaisyRefreshLayout
        android:id="@+id/refview_news_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <androidx.recyclerview.widget.RecyclerView
门心叼龙's avatar
门心叼龙 已提交
12
            android:id="@+id/mRecViewNewsDetail"
门心叼龙's avatar
门心叼龙 已提交
13 14 15 16
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
    </com.refresh.lib.DaisyRefreshLayout>
</LinearLayout>