From 3ec7de773bff5582411c6f1f659d35cf8fb1734a Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 16 七月 2024 15:13:51 +0800
Subject: [PATCH] Merge branch 'feature/v1.4.1'

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

diff --git a/app/src/main/res/layout/item_house_line_c.xml b/app/src/main/res/layout/item_house_line_c.xml
index 5d50882..f550d82 100644
--- a/app/src/main/res/layout/item_house_line_c.xml
+++ b/app/src/main/res/layout/item_house_line_c.xml
@@ -9,13 +9,13 @@
     <TextView
         android:id="@+id/house_name_tv"
         android:layout_width="0dp"
-        android:layout_height="@dimen/dp_19"
+        android:layout_height="@dimen/dp_23"
         android:layout_marginStart="@dimen/dp_16"
         android:layout_marginEnd="@dimen/dp_16"
         android:ellipsize="end"
         android:singleLine="true"
         android:text="@string/power_station"
-        android:textColor="@color/text_90000000"
+        android:textColor="@color/text_E6000000"
         android:textSize="@dimen/text_16"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toStartOf="@+id/house_Image_ll"
@@ -62,6 +62,7 @@
         android:layout_marginStart="@dimen/dp_16"
         android:layout_marginEnd="@dimen/dp_16"
         android:layout_marginBottom="0.5dp"
+        android:background="@color/text_E1E1E1"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"

--
Gitblit v1.8.0