| | |
| | | android:layout_gravity="center" |
| | | android:orientation="vertical"> |
| | | <LinearLayout |
| | | android:layout_width="1000dp" |
| | | android:layout_height="120dp" |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="150dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="60dp" |
| | | android:gravity="right|center_vertical" |
| | | android:text="设备号:" |
| | | android:layout_margin="10dp" |
| | |
| | | android:textSize="30dp" /> |
| | | <EditText |
| | | android:id="@+id/deviceCode" |
| | | android:layout_width="300dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" |
| | | android:gravity="center" |
| | | android:background="@drawable/round_editstyle" |
| | |
| | | android:textSize="30dp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="150dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" |
| | | android:gravity="right|center_vertical" |
| | | android:text="设备秘钥:" |
| | |
| | | android:textSize="30dp" /> |
| | | <EditText |
| | | android:id="@+id/devicePwd" |
| | | android:layout_width="300dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" |
| | | android:gravity="center" |
| | | android:background="@drawable/round_editstyle" |
| | |
| | | android:textSize="30dp" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="1000dp" |
| | | android:layout_height="120dp" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="150dp" |
| | | android:layout_height="80dp" |
| | | android:layout_height="60dp" |
| | | android:gravity="right|center_vertical" |
| | | android:text="串口号:" |
| | | android:layout_margin="10dp" |
| | |
| | | android:textSize="30dp" /> |
| | | <org.angmarch.views.NiceSpinner |
| | | android:id="@+id/chuankouhao" |
| | | android:layout_width="300dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="150dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" |
| | | android:visibility="invisible" |
| | | android:gravity="right|center_vertical" |
| | |
| | | android:textColor="@color/white" |
| | | android:textSize="30dp" /> |
| | | <EditText |
| | | android:layout_width="300dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="60dp" |
| | | android:layout_margin="10dp" |
| | | android:visibility="invisible" |
| | | android:gravity="center" |
| | |
| | | android:textSize="30dp" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="540dp" |
| | | android:layout_height="120dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="50dp" |
| | | android:orientation="horizontal"> |
| | | <Button |
| | | android:id="@+id/jihuo" |
| | | android:layout_width="250dp" |
| | | android:layout_height="80dp" |
| | | android:layout_height="60dp" |
| | | android:textSize="30dp" |
| | | android:visibility="gone" |
| | | android:layout_margin="10dp" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | |
| | | <Button |
| | | android:id="@+id/save" |
| | | android:layout_width="250dp" |
| | | android:layout_height="80dp" |
| | | android:layout_height="60dp" |
| | | android:textSize="30dp" |
| | | android:layout_margin="10dp" |
| | | android:layout_gravity="center" |