傻呗 多放了一个ScrollView

This commit is contained in:
HapeLee
2025-06-13 02:48:59 +08:00
parent 754af3d7fa
commit 33f2cf7d3e
+4 -10
View File
@@ -47,18 +47,12 @@
android:hint="@string/screen_find"
app:layout_constraintTop_toTopOf="parent" />
<androidx.core.widget.NestedScrollView
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_find"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_find"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/item_find_book" />
</androidx.core.widget.NestedScrollView>
tools:listitem="@layout/item_find_book"
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
<TextView
android:id="@+id/tv_empty_msg"