From da53ba3b968531f4d9af8bc6487d174309281c0f Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 05 十二月 2023 16:13:39 +0800
Subject: [PATCH] 2023年12月05日16:13:31
---
app/src/main/res/layout/fragment_house_list.xml | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml
index f9e2a3e..d71f885 100644
--- a/app/src/main/res/layout/fragment_house_list.xml
+++ b/app/src/main/res/layout/fragment_house_list.xml
@@ -8,7 +8,6 @@
<include
android:id="@+id/toolbar_top_fragment_house_list_rl"
layout="@layout/toolbar_top_view_52" />
-
<RelativeLayout
android:id="@+id/fragment_house_list_head_rl"
android:layout_width="match_parent"
@@ -16,7 +15,9 @@
android:background="@color/text_F9FAFB"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl">
+ app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl"
+ android:visibility="gone"
+ >
<LinearLayout
android:id="@+id/fragment_house_list_content_ll"
@@ -38,7 +39,7 @@
android:id="@+id/fragment_house_list_content_title1_tv"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_20"
- android:text="@string/my_power_station_鍙戠數鍔熺巼"
+ android:text="@string/power_station_generated_power"
android:textColor="@color/text_90000000"
android:textSize="@dimen/text_14" />
@@ -65,7 +66,7 @@
android:id="@+id/fragment_house_list_content_title2_tv"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_20"
- android:text="@string/my_power_station_浠婃棩鍙戠數"
+ android:text="@string/power_station_Power_generation_today"
android:textColor="@color/text_90000000"
android:textSize="@dimen/text_14" />
@@ -92,7 +93,7 @@
android:id="@+id/fragment_house_list_content_title3_tv"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_20"
- android:text="@string/my_power_station_鍒涘缓鏃堕棿"
+ android:text="@string/power_station_creation_time"
android:textColor="@color/text_90000000"
android:textSize="@dimen/text_14" />
@@ -118,12 +119,16 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/fragment_house_list_head_rl">
+ app:layout_constraintTop_toBottomOf="@+id/fragment_house_list_head_rl"
+ >
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/fragment_house_srl_list_rc"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:clipToPadding="false"
+ android:paddingBottom="@dimen/dp_16"
+ />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
--
Gitblit v1.8.0