一下是个人的一些总结。
为fragment创立XML
<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:id="@+id/yulelist"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout><LinearLayout xmlns:and