<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
/*
Something......
*/
</ScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
我很确定您可以将androidx.swiperefreshlayout.widget.SwipeRefreshLayout放在ScrollView内