| | |
| | | android:layout_height="match_parent"> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginRight="10dp" |
| | |
| | | android:layout_height="50dp" |
| | | android:gravity="center|left" |
| | | android:textSize="12sp" |
| | | android:text="回路备注:"></TextView> |
| | | android:text="回路或场景的备注:"></TextView> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_remarks" |
| | |
| | | android:layout_height="50dp" |
| | | android:gravity="center|left" |
| | | android:textSize="16sp" |
| | | android:text="场景号:"></TextView> |
| | | android:text="区号:"></TextView> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_scene" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:gravity="center|left" |
| | | android:hint="区号和场景号" /> |
| | | android:hint="区号和场景号" |
| | | android:text="2" |
| | | android:inputType="number" |
| | | android:maxLength="3"/> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="80dp" |
| | | android:layout_height="50dp" |
| | | android:gravity="center|left" |
| | | android:textSize="16sp" |
| | | android:text="场景号:"></TextView> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_scene2" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:gravity="center|left" |
| | | android:text="2" |
| | | android:inputType="number" |
| | | android:maxLength="3" |
| | | android:hint="场景号" /> |
| | | </LinearLayout> |
| | | |
| | | <Button |
| | |
| | | android:id="@+id/btn_addAll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="40dp" |
| | | android:text="添加测试" /> |
| | | |
| | | |