From 16a87d7747756b5d5148e715806cb760e3997a85 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 15 四月 2026 10:54:20 +0800
Subject: [PATCH] 2026年04月15日10:54:03
---
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