fragment_findnested_find.xml 420 Bytes
<?xml version="1.0" encoding="utf-8"?><!--发现tab内嵌发现Fragment-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/findnested_find"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/color_bg"
    android:orientation="vertical">

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

</LinearLayout>