From 7475bfeadee82878faf2188665ae5ae83875835c Mon Sep 17 00:00:00 2001
From: Administrator <123>
Date: Mon, 25 Oct 2021 09:50:29 +0000
Subject: [PATCH] 大厅UI布局  我的UI布局

---
 app/src/main/res/layout/fragment_home.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index e61f67d..47973db 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -13,7 +13,7 @@
         android:layout_width="39dp"
         android:layout_height="35dp"
         android:src="@android:drawable/ic_search_category_default"/>
-    <androidx.core.widget.NestedScrollView
+    <com.scwang.smart.refresh.layout.SmartRefreshLayout
         android:id="@+id/smart_refresh"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
@@ -67,6 +67,6 @@
                 />
 
         </androidx.constraintlayout.widget.ConstraintLayout>
-    </androidx.core.widget.NestedScrollView>
+    </com.scwang.smart.refresh.layout.SmartRefreshLayout>
 
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.9.1