We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
这是我的代码: swipeRefreshLayout.setHeaderHeight(50f) swipeRefreshLayout.setRefreshHeader(LoadingHeadView(activity!!))
swipeRefreshLayout.setHeaderHeight(50f) swipeRefreshLayout.setRefreshHeader(LoadingHeadView(activity!!))
我一开始以为是我写的自定义头部有问题,后来我用ClassicsHeader进行了测试,还是一样的问题
Activity