From d451118d4be05f180cfe1f99bc5904f74db8cc3f Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 22 二月 2024 15:40:58 +0800
Subject: [PATCH] 引用线上库
---
app/src/main/res/layout/fragment_house_list.xml | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml
index cfeb8f6..0722160 100644
--- a/app/src/main/res/layout/fragment_house_list.xml
+++ b/app/src/main/res/layout/fragment_house_list.xml
@@ -130,19 +130,18 @@
android:paddingBottom="@dimen/dp_16" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
- <TextView
- android:id="@+id/null_list_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="鏁版嵁涓虹┖,璧跺揩鍒涘缓涓�涓惂"
- android:textColor="@color/text_90000000"
- android:textSize="@dimen/text_14"
- android:visibility="gone"
+ <!--娌℃湁鏁版嵁鏄剧ず鏍峰紡-->
+ <include
+ android:id="@+id/null_data_ic"
+ layout="@layout/null_data_view"
+ android:layout_width="match_parent"
+ android:layout_height="224dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
-
+ app:layout_constraintTop_toTopOf="parent"
+ android:visibility="gone"
+ />
</androidx.constraintlayout.widget.ConstraintLayout>
--
Gitblit v1.8.0