| | |
| | | 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 |
| | |
| | | </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> |