fragment_news.xml 571B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent" >
  6. <androidx.recyclerview.widget.RecyclerView
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:id="@+id/news_recycler"
  10. android:scrollbars="vertical"
  11. >
  12. </androidx.recyclerview.widget.RecyclerView>
  13. </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>