| | |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toStartOf="@+id/min_max_rl" |
| | | app:layout_constraintTop_toBottomOf="@+id/grid_connected_state_title_tv" /> |
| | | <!--并网--> |
| | | <!--调试中--> |
| | | <TextView |
| | | android:id="@+id/grid_connected_tv" |
| | | android:id="@+id/be_debugging_tv" |
| | | android:layout_width="102dp" |
| | | android:layout_height="@dimen/dp_35" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="13dp" |
| | | android:background="@drawable/config_129" |
| | | android:gravity="center" |
| | | android:text="@string/grid_connected" |
| | | android:text="@string/be_debugging" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toEndOf="@+id/all_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/grid_connected_state_title_tv" /> |
| | | <!--离网--> |
| | | <!--调试完成--> |
| | | <TextView |
| | | android:id="@+id/off_network_tv" |
| | | android:id="@+id/debuggingc_ompleted_tv" |
| | | android:layout_width="102dp" |
| | | android:layout_height="@dimen/dp_35" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="13dp" |
| | | android:background="@drawable/config_129" |
| | | android:gravity="center" |
| | | android:text="@string/off_network" |
| | | android:text="@string/debugging_completed" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toEndOf="@+id/grid_connected_tv" |
| | | app:layout_constraintStart_toEndOf="@+id/be_debugging_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/grid_connected_state_title_tv" /> |
| | | |
| | | <!--已交付--> |
| | | <TextView |
| | | android:id="@+id/delivered_tv" |
| | | android:layout_width="102dp" |
| | | android:layout_height="@dimen/dp_35" |
| | | android:layout_marginTop="13dp" |
| | | android:background="@drawable/config_129" |
| | | android:gravity="center" |
| | | android:text="@string/delivered" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toStartOf="@+id/all_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/all_tv" /> |
| | | <!--授权调试--> |
| | | <TextView |
| | | android:id="@+id/authorization_debugging_tv" |
| | | android:layout_width="102dp" |
| | | android:layout_height="@dimen/dp_35" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="13dp" |
| | | android:background="@drawable/config_129" |
| | | android:gravity="center" |
| | | android:text="@string/authorization_debugging" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toEndOf="@+id/delivered_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/all_tv" /> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/reset_rl" |
| | |
| | | android:background="@color/text_FF39383D" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/off_network_tv"> |
| | | app:layout_constraintTop_toBottomOf="@+id/delivered_tv"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |