From c13cb54d0b9f9b2c73f213b6cdb163f462fd64c7 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 13 十月 2023 18:17:59 +0800
Subject: [PATCH] 2023年10月13日18:17:52

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

diff --git a/app/src/main/res/layout/frgment_house_list_line.xml b/app/src/main/res/layout/frgment_house_list_line.xml
index e554529..6b87c59 100644
--- a/app/src/main/res/layout/frgment_house_list_line.xml
+++ b/app/src/main/res/layout/frgment_house_list_line.xml
@@ -6,10 +6,12 @@
 
     <RelativeLayout
         android:id="@+id/fragment_house_list_line_parent_rl"
+
         android:layout_width="0dp"
         android:layout_height="130dp"
         android:layout_alignParentStart="true"
         android:layout_alignParentEnd="true"
+        android:layout_marginTop="@dimen/dp_12"
         android:layout_marginStart="@dimen/dp_20"
         android:layout_marginEnd="@dimen/dp_20"
         android:background="@drawable/house_list_line_parent_bg">
@@ -28,7 +30,7 @@
             android:layout_marginTop="@dimen/dp_28"
             android:layout_toEndOf="@+id/fragment_house_list_line_left_iv"
             android:gravity="center_vertical"
-            android:text="@string/my_power_station_鐢电珯"
+            android:text="@string/my_power_station_title"
             android:textColor="@color/text_90000000"
             android:textSize="@dimen/text_16" />
 

--
Gitblit v1.8.0