This commit is contained in:
jinyuer
2020-09-02 15:33:38 +08:00
parent 83b075884f
commit ca565aafc6
8 changed files with 136 additions and 40 deletions

View File

@@ -54,8 +54,12 @@
android:layout_weight="1"
android:background="@color/white"
app:srlEnableLoadMore="true"
app:srlEnableLoadMoreWhenContentNotFull="true">
app:srlDisableContentWhenLoading="true"
>
<com.scwang.smartrefresh.layout.header.ClassicsHeader
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ScrollView
android:id="@+id/sv"
android:layout_width="match_parent"
@@ -105,6 +109,9 @@
</RelativeLayout>
</LinearLayout>
</ScrollView>
<com.scwang.smartrefresh.layout.footer.ClassicsFooter
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</LinearLayout>