| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/title_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_75" |
| | | android:background="@color/text_FFFFFFFF" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | app:layout_constraintTop_toBottomOf="@+id/homeId_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/deviceName_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginStart="@dimen/dp_5" |
| | | android:textColor="@color/text_030D1C" |
| | | android:textSize="@dimen/text_15" |
| | | android:text="逆变器名称:xxx" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/homeName_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/click_command_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_25" |