From a7584d9662df5c9d46a40eb132899cdc64c07ef5 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 01 七月 2024 09:34:56 +0800
Subject: [PATCH] 2024年07月01日09:34:50

---
 app/src/main/res/layout/item_house_line_c.xml |    4 ++--
 1 files changed, 2 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..f852dd2 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"

--
Gitblit v1.8.0