|
@@ -80,10 +80,11 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_search_bg" />
|
|
|
|
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
android:id="@+id/refresh_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/tv_delete"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_top_bg"
|
|
|
app:srlEnableLoadMore="false">
|
|
|
|