| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | |
| | | <LinearLayout |
| | | <RelativeLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | <!-- <include layout="@layout/toolbar"/>--> |
| | | <!-- <ScrollView--> |
| | | <!-- android:layout_height="match_parent" android:layout_width="match_parent"--> |
| | | |
| | | <!-- >--> |
| | | <Button |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/btn_save_platform" |
| | | android:textColor="@android:color/white" |
| | | 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_above="@+id/ll_container_set" |
| | | android:text="保存"/> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_width="774dp" |
| | | android:layout_height="320dp" |
| | | android:orientation="vertical" |
| | | android:padding="10dp" |
| | | android:id="@+id/ll_container_set" |
| | | android:layout_centerInParent="true" |
| | | android:layout_marginLeft="@dimen/ui_margin_10dp" |
| | | android:layout_marginRight="@dimen/ui_margin_10dp" |
| | | android:gravity="center_horizontal" |
| | | android:background="@color/train_bg" |
| | | android:background="@drawable/stu_score_bg" |
| | | > |
| | | |
| | | <LinearLayout |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="考试平台地址:"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="47.93.157.103" |
| | | android:drawableLeft="@drawable/set_arg_et_drawable" |
| | | android:id="@+id/et_platform_ip" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | <TextView |
| | |
| | | android:id="@+id/et_platform_port" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:text="9001" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:visibility="gone" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="@string/rtk_addr_des"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:text="8080" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="登录信息:"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:inputType="numberDecimal" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="车载信号配置:"/> |
| | | <TableLayout |
| | | android:layout_width="match_parent" |
| | |
| | | </TableRow> |
| | | </TableLayout> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="配置参数:"/> |
| | | <TableLayout |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="协处理器升级" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_mcu_upgrade" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="场考地图选择" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_map_select" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="车辆模型选择" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_car_select" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="路考地图选择" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_roadmap_select" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <Button |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/btn_save_platform" |
| | | android:background="@drawable/btn_state_save" |
| | | android:text="保存"/> |
| | | |
| | | |
| | | </LinearLayout> |
| | | <!-- </ScrollView>--> |
| | | </LinearLayout> |
| | | <Button |
| | | android:id="@+id/btn_return" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:background="@mipmap/return_bg" |
| | | android:drawableLeft="@mipmap/return_pic" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="20dp" |
| | | android:text="返回" |
| | | android:drawablePadding="5dp" |
| | | android:textColor="#FFFFFF" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | |
| | | android:textSize="@dimen/network_train_textsize24px" /> |
| | | </RelativeLayout> |
| | | |