fragment_layout_more.xml
381 Bytes
<?xml version="1.0" encoding="utf-8"?><!--直播页面更多Fragment布局-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_383643"
android:orientation="vertical">
<include layout="@layout/view_recyclerview" />
</LinearLayout>