jimu-decompiled/resources/res/layout/pull_refresh_layout.xml
2025-05-13 19:24:51 +02:00

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>