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/fragment_house_list.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml
index c4488fb..72e15a0 100644
--- a/app/src/main/res/layout/fragment_house_list.xml
+++ b/app/src/main/res/layout/fragment_house_list.xml
@@ -4,7 +4,8 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/house_list_parent"
     android:layout_width="match_parent"
-    android:layout_height="match_parent">
+    android:layout_height="match_parent"
+    android:background="@drawable/bj">
     <!--澶撮儴鏍囩-->
     <RelativeLayout
         android:id="@+id/title_cl"
@@ -23,7 +24,7 @@
             android:layout_height="match_parent"
             android:layout_centerVertical="true"
             android:gravity="center_vertical"
-            android:text="Power Station"
+            android:text="@string/power_station"
             android:textColor="@color/text_E6000000"
             android:textSize="@dimen/text_20"
             android:textStyle="bold" />
@@ -32,13 +33,12 @@
             android:id="@+id/device_label"
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
-            android:layout_centerVertical="true"
-            android:layout_marginStart="@dimen/dp_21"
-            android:layout_marginEnd="@dimen/dp_4"
+            android:layout_marginStart="19dp"
+            android:layout_marginEnd="7dp"
             android:layout_toStartOf="@+id/edit_iv"
             android:layout_toEndOf="@+id/power_station_label"
             android:gravity="start|center_vertical"
-            android:text="Equipment"
+            android:text="@string/device"
             android:textColor="@color/text_66000000"
             android:textSize="@dimen/text_16"
 

--
Gitblit v1.8.0