liugl
2020-07-30 25eca75a51c6b73b3bf6b515e92975e0cbc130c2
app/src/main/res/layout/fragment_base_recycler.xml
@@ -28,11 +28,12 @@
            app:srlEnableAutoLoadMore="false">
            <com.scwang.smartrefresh.layout.header.ClassicsHeader
                android:id="@+id/ch_class_head"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                app:srlTextSizeTitle="20dp"
                app:srlTextSizeTime="20dp"
                app:srlAccentColor="@color/white"
                app:srlAccentColor="@color/black"
                android:gravity="center" />
            <FrameLayout
@@ -89,11 +90,12 @@
            </FrameLayout>
            <com.scwang.smartrefresh.layout.footer.ClassicsFooter
                android:id="@+id/ch_class_footer"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:gravity="center"
                app:srlTextNothing="没有更多了"
                app:srlAccentColor="@color/white"
                app:srlAccentColor="@color/black"
                app:srlTextSizeTitle="20sp" />
        </com.scwang.smartrefresh.layout.SmartRefreshLayout>