From b63ff58e2c415bae2fb4741aebe710fa3576ff66 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 23 三月 2026 13:11:47 +0800
Subject: [PATCH] 2026年03月23日13:11:38 备份代码

---
 app/src/main/res/layout/dialog_default_filtering.xml |   68 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/dialog_default_filtering.xml b/app/src/main/res/layout/dialog_default_filtering.xml
index ca85e8f..0bf66cc 100644
--- a/app/src/main/res/layout/dialog_default_filtering.xml
+++ b/app/src/main/res/layout/dialog_default_filtering.xml
@@ -413,6 +413,72 @@
             android:layout_height="match_parent" />
     </LinearLayout>
 
+    <TextView
+        android:id="@+id/powerStationType_title_tv"
+        android:layout_width="wrap_content"
+        android:layout_height="@dimen/dp_23"
+        android:layout_marginStart="@dimen/dp_20"
+        android:layout_marginTop="37dp"
+        android:text="@string/power_station_type"
+        android:textColor="@color/text_FFACACAC"
+        android:textSize="@dimen/text_14"
+        app:layout_constraintStart_toStartOf="parent"
+        app:layout_constraintTop_toBottomOf="@+id/line5_ll" />
+
+    <LinearLayout
+        android:id="@+id/line6_ll"
+        android:layout_width="0dp"
+        android:layout_height="@dimen/dp_35"
+        android:layout_marginStart="@dimen/dp_20"
+        android:layout_marginTop="@dimen/dp_8"
+        android:layout_marginEnd="@dimen/dp_20"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintStart_toStartOf="parent"
+        app:layout_constraintTop_toBottomOf="@+id/powerStationType_title_tv">
+
+        <!--鍏ㄩ儴-->
+        <TextView
+            android:id="@+id/powerStationType_all_tv"
+            android:layout_width="102dp"
+            android:layout_height="match_parent"
+            android:background="@drawable/config_129"
+            android:gravity="center"
+            android:text="@string/message_all"
+            android:textColor="@color/text_FFACACAC"
+            android:textSize="@dimen/text_12" />
+
+        <View
+            android:layout_width="0dp"
+            android:layout_height="match_parent"
+            android:layout_weight="1" />
+        <!--閫嗗彉鍣�-->
+        <TextView
+            android:id="@+id/powerStationType_inv_tv"
+            android:layout_width="102dp"
+            android:layout_height="match_parent"
+            android:background="@drawable/config_129"
+            android:gravity="center"
+            android:text="@string/alarm_all_device_inverter"
+            android:textColor="@color/text_FFACACAC"
+            android:textSize="@dimen/text_12" />
+
+        <View
+            android:layout_width="0dp"
+            android:layout_height="match_parent"
+            android:layout_weight="1" />
+        <!--BMS-->
+        <TextView
+            android:id="@+id/powerStationType_bms_tv"
+            android:layout_width="102dp"
+            android:layout_height="match_parent"
+            android:background="@drawable/config_129"
+            android:gravity="center"
+            android:text="@string/bms"
+            android:textColor="@color/text_FFACACAC"
+            android:textSize="@dimen/text_12" />
+
+    </LinearLayout>
+
     <RelativeLayout
         android:id="@+id/reset_rl"
         android:layout_width="0dp"
@@ -421,7 +487,7 @@
         android:background="@color/text_FF39383D"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toBottomOf="@+id/line5_ll">
+        app:layout_constraintTop_toBottomOf="@+id/line6_ll">
 
         <LinearLayout
             android:layout_width="wrap_content"

--
Gitblit v1.8.0