|
|
@@ -0,0 +1,177 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:id="@+id/main"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:overScrollMode="never"
|
|
|
+ android:paddingHorizontal="33dp"
|
|
|
+ android:paddingTop="7dp"
|
|
|
+ android:scrollbars="none">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_sop"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:edittext_hint="@string/presentation_hint_name"
|
|
|
+ app:mode="select"
|
|
|
+ app:name="@string/presentation_select_sop"
|
|
|
+ app:required="true" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_workshop"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_workshop"
|
|
|
+ app:enabled="false"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_select_workshop" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_line"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_line"
|
|
|
+ app:enabled="false"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_select_line" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_ticket_name"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_name"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_ticket_name" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_ticket_number"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_number"
|
|
|
+ app:enabled="false"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_ticket_number" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_ticket_type"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_type"
|
|
|
+ app:enabled="false"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_ticket_type" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_segregation_point"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_point"
|
|
|
+ app:enabled="false"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_segregation_point" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_person_lock"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_locker"
|
|
|
+ app:mode="select"
|
|
|
+ app:name="@string/presentation_person_lock"
|
|
|
+ app:required="true" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_name"
|
|
|
+ android:layout_width="@dimen/selectable_input_width"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/presentation_person_lock_together"
|
|
|
+ android:textColor="@color/main_color"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_locker_together"
|
|
|
+ style="@style/CommonRecyclerView" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_person_safety"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ app:edittext_hint="@string/presentation_hint_safety"
|
|
|
+ app:mode="select"
|
|
|
+ app:name="@string/presentation_person_safety" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/start_time"
|
|
|
+ android:textColor="@color/main_color"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_start_time"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/selectable_input_text_bg"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/end_time"
|
|
|
+ android:textColor="@color/main_color"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_end_time"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/selectable_input_text_bg"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/confirm"
|
|
|
+ android:layout_width="200dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:minWidth="0dp"
|
|
|
+ android:minHeight="0dp"
|
|
|
+ android:text="确定"
|
|
|
+ android:textSize="10sp" />
|
|
|
+ </LinearLayout>
|
|
|
+</androidx.core.widget.NestedScrollView>
|