12 lines
584 B
XML
12 lines
584 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.PullRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/pullRefreshLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recycleView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:layout_scrollFlags="enterAlwaysCollapsed"/>
|
|
</com.ubt.jimu.widgets.PullRefreshLayout>
|