使用是布局

  <android.support.v4.widget.SwipeRefreshLayout
            android:id="@id/id_swiperefreshlayout"
            android:layout_width="match_parent"
            android:layout_height="match_parent" >

            <android.support.v7.widget.RecyclerView
                android:id="@id/id_recyclerview"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:cacheColorHint="@null"
                android:scrollbars="vertical" />
        </android.support.v4.widget.SwipeRefreshLayout>
View Code

相关文章:

  • 2021-10-21
  • 2022-12-23
  • 2021-09-22
  • 2022-01-22
  • 2021-12-23
  • 2021-04-18
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2021-08-11
  • 2021-06-10
  • 2021-07-11
  • 2021-05-20
  • 2022-03-04
相关资源
相似解决方案