| | |
| | | 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" |
| | |
| | | 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" |