| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <ScrollView android:layout_height="match_parent" android:layout_width="match_parent" xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | |
| | | <LinearLayout |
| | | 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"--> |
| | | |
| | | <!-- >--> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | android:padding="10dp" |
| | | android:gravity="center_horizontal" |
| | | android:background="@color/train_bg" |
| | | > |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:visibility="gone" |
| | | android:text="电话:"/> |
| | | <EditText |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/et_phone" |
| | | android:text="19234567894" |
| | | android:visibility="gone" |
| | | android:inputType="numberDecimal" |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </LinearLayout> |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:text="车载信号输入:"/> |
| | | android:text="车载信号配置:"/> |
| | | <TableLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | <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"/> |
| | |
| | | </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_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_mcu_info" |
| | | android:text="@string/mcu_info" |
| | | android:layout_weight="1"/> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | |
| | | android:id="@+id/btn_save_platform" |
| | | android:text="保存"/> |
| | | </LinearLayout> |
| | | <!-- </ScrollView>--> |
| | | </LinearLayout> |
| | | |
| | | </ScrollView> |