123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:orientation="vertical"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:paddingBottom="6dp">
- <TextView
- android:layout_marginTop="10dp"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="实验室"
- android:textColor="@color/black" />
- <RelativeLayout
- android:id="@+id/rel_view"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user">
- <ImageView
- android:id="@+id/img_view"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_centerVertical="true"
- android:layout_marginLeft="6dp"
- android:visibility="gone"
- android:background="@mipmap/icon_sou_suo" />
- <TextView
- android:id="@+id/ed_subject_name"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="30dp"
- android:layout_toRightOf="@+id/img_view"
- android:background="@null"
- android:gravity="start"
- android:hint="搜索实验室或房间号"
- android:textColorHint="@color/black"
- android:padding="7dp"
- android:textSize="14sp" />
- <ImageView
- android:id="@+id/img_scan"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@mipmap/icon_kzjc_sys" />
- </RelativeLayout>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="学院"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_college_name"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:hint="请选择实验室"
- android:textColorHint="@color/black"
- android:paddingLeft="12dp"
- android:background="@drawable/ic_bgm_item_bm"
- android:gravity="center_vertical" />
- <Spinner
- android:id="@+id/sp_college_name"
- android:layout_width="match_parent"
- android:padding="5dp"
- android:visibility="gone"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user"
- android:gravity="center_vertical" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:visibility="gone"
- android:layout_marginRight="10dp"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="楼栋"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_build_name"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:hint="请选择实验室"
- android:paddingLeft="12dp"
- android:textColorHint="@color/black"
- android:background="@drawable/ic_bgm_item_bm"
- android:gravity="center_vertical" />
- <Spinner
- android:id="@+id/sp_build_name"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user"
- android:clickable="false"
- android:padding="5dp"
- android:visibility="gone"
- android:gravity="center_vertical"
- android:paddingLeft="6dp"
- android:textColor="@color/black" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:visibility="gone"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="计划标题"
- android:textColor="@color/black" />
- <RelativeLayout
- android:id="@+id/rel_plan_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <Spinner
- android:id="@+id/sp_title"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user"
- android:gravity="center_vertical"
- android:paddingLeft="6dp"
- android:spinnerMode="dropdown"
- android:text="2023年3月份校级督导检查"
- android:textColor="@color/black" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <EditText
- android:id="@+id/ed_input_title"
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:visibility="gone"
- android:layout_marginTop="6dp"
- android:layout_toRightOf="@+id/img_view"
- android:background="@drawable/ic_bgm_item_bm"
- android:gravity="start"
- android:hint="请输入计划标题"
- android:padding="4dp"
- android:paddingLeft="5dp"
- android:textSize="14sp"
- android:maxLength="15" />
- <TextView
- android:id="@+id/tv_custom"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginTop="4dp"
- android:layout_marginBottom="4dp"
- android:background="@drawable/ic_bgm_to_be_checked"
- android:gravity="center"
- android:padding="10dp"
- android:text="自定义输入"
- android:textColor="@color/purple_fa" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="检查类型"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_inspect"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_item_bm"
- android:entries="@array/spTypes"
- android:gravity="center_vertical"
- android:paddingLeft="6dp"
- android:textColor="@color/black"
- android:visibility="gone" />
- <Spinner
- android:id="@+id/sp_inspect"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user"
- android:entries="@array/spTypes"
- android:gravity="center_vertical"
- android:paddingLeft="5dp"
- android:textColor="@color/black" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="检查组织"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_check"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_item_bm"
- android:entries="@array/spOrganization"
- android:gravity="center_vertical"
- android:paddingLeft="6dp"
- android:text="实验室自查"
- android:textColor="@color/black" />
- <Spinner
- android:id="@+id/sp_check"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_edit_user"
- android:entries="@array/spOrganization"
- android:gravity="center_vertical"
- android:paddingLeft="6dp"
- android:textColor="@color/black"
- android:visibility="gone" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:gravity="center_vertical"
- android:text="计划周期"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:background="@drawable/ic_bgm_02">
- <TextView
- android:id="@+id/tv_start_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="8dp"
- android:padding="10dp"
- android:text="开始时间" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:text="至"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_end_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="8dp"
- android:padding="10dp"
- android:text="结束时间" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/rela_view"
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:paddingTop="10dp"
- android:paddingBottom="10dp">
- <TextView
- android:id="@+id/tv_01"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="检查结果"
- android:textColor="@color/black" />
- <Spinner
- android:id="@+id/spinner_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_centerVertical="true"
- android:layout_marginLeft="85dp"
- android:layout_toRightOf="@+id/tv_01"
- android:background="@drawable/ic_bgm_edit_user"
- android:entries="@array/spinnerClassTwo"
- android:gravity="center_vertical" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@mipmap/icon_kzjc_zk" />
- </RelativeLayout>
- <LinearLayout
- android:id="@+id/lin_off"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingBottom="20dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="30dp"
- android:gravity="center_vertical"
- android:text="整改期限"
- android:textColor="@color/black" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_time_view"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:background="@drawable/ic_bgm_02"
- android:gravity="center_vertical"
- android:padding="5dp"
- android:text="请选择日期" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="5dp"
- android:background="@mipmap/icon_jcz_rq" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="35dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:text="整改通知"
- android:textColor="@color/black" />
- <RadioButton
- android:id="@+id/radio_inform"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:checked="true"
- android:text="整改告知书" />
- <RadioButton
- android:id="@+id/radio_notice"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:text="整改通知书" />
- </RelativeLayout>
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
|