| | |
| | | android:textSize="@dimen/network_train_textsize24px" |
| | | android:background="@drawable/btn_state_save" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginRight="@dimen/ui_margin_10dp" |
| | | android:layout_marginRight="35dp" |
| | | android:layout_above="@+id/ll_container_set" |
| | | android:text="保存"/> |
| | | <LinearLayout |
| | |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="考试平台地址:"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="IP:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="47.93.157.103" |
| | | android:layout_marginLeft="25dp" |
| | | android:drawableLeft="@drawable/set_arg_et_drawable" |
| | | android:id="@+id/et_platform_ip" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="@string/rtk_addr_des"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="IP:"/> |
| | | |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/rtk_addr_ip" |
| | | android:text="192.168.23.12" |
| | | android:layout_marginLeft="26dp" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="登录信息:"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="省ID:"/> |
| | | |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/et_provice_id" |
| | | android:text="12" |
| | | android:layout_marginLeft="68dp" |
| | | android:inputType="numberDecimal" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | <TextView |
| | |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="车载信号配置:"/> |
| | | <TableLayout |
| | | android:layout_width="match_parent" |
| | | <Button android:layout_width="410dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center"> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="主板:"/> |
| | | <androidx.appcompat.widget.AppCompatSpinner |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:entries="@array/spinnerarr" |
| | | android:gravity="center" |
| | | /> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="串口号:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="GpsExam" |
| | | android:background="@android:drawable/editbox_background_normal"/> <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="波特率:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="GpsExam" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="副板:"/> |
| | | <androidx.appcompat.widget.AppCompatSpinner |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:entries="@array/spinnerarr"/> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="串口号:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="GpsExam" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="波特率:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="GpsExam" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | > |
| | | <Button android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="查看信号" |
| | | android:visibility="gone" |
| | | android:id="@+id/btn_inpsect_signal" |
| | | android:padding="5dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | <Button android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="信号配置" |
| | | android:padding="5dp" |
| | | android:id="@+id/btn_signal_conf" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | |
| | | </TableRow> |
| | | </TableLayout> |
| | | android:text="信号配置" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:id="@+id/btn_signal_conf" |
| | | android:layout_marginLeft="25dp" |
| | | android:textSize="@dimen/network_train_textsize24px" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | </LinearLayout> |
| | | |
| | | |