| | |
| | | android:text="AGV故障:导航故障 > 待机状态下丢码" |
| | | android:textColor="#FFFFFF" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:radius="10dp" |
| | | > |
| | | <TextView |
| | | android:id="@+id/recent_log_text_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:text="上行:1232132121" |
| | | /> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:text="下行:1232132121" |
| | | /> |
| | | </LinearLayout> |
| | | <com.google.android.material.button.MaterialButton |
| | | android:id="@+id/view_all_logs_button" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_margin="16dp" |
| | | android:layout_marginLeft="20sp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_alignParentLeft="true" |
| | | android:layout_marginRight="20sp" |
| | | android:backgroundTint="#2196F3" |
| | | android:minWidth="10dp" |
| | | android:paddingLeft="10dp" |
| | | android:paddingRight="10dp" |
| | | android:text="全部信息" |
| | | app:cornerRadius="5dp" /> |
| | | </RelativeLayout> |
| | | </LinearLayout> |
| | | |
| | | <!-- **************** 底盘 **************** --> |