|
@@ -16,7 +16,7 @@
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_sop"
|
|
android:id="@+id/si_sop"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -25,7 +25,7 @@
|
|
|
app:name="@string/presentation_select_sop"
|
|
app:name="@string/presentation_select_sop"
|
|
|
app:required="true" />
|
|
app:required="true" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_workshop"
|
|
android:id="@+id/si_workshop"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -35,7 +35,7 @@
|
|
|
app:mode="input"
|
|
app:mode="input"
|
|
|
app:name="@string/presentation_select_workshop" />
|
|
app:name="@string/presentation_select_workshop" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_line"
|
|
android:id="@+id/si_line"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -45,7 +45,7 @@
|
|
|
app:mode="input"
|
|
app:mode="input"
|
|
|
app:name="@string/presentation_select_line" />
|
|
app:name="@string/presentation_select_line" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_ticket_name"
|
|
android:id="@+id/si_ticket_name"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -65,7 +65,7 @@
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true" />
|
|
android:layout_centerVertical="true" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_ticket_number"
|
|
android:id="@+id/si_ticket_number"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -76,7 +76,7 @@
|
|
|
app:name="@string/presentation_ticket_number" />
|
|
app:name="@string/presentation_ticket_number" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_ticket_type"
|
|
android:id="@+id/si_ticket_type"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -86,7 +86,7 @@
|
|
|
app:mode="input"
|
|
app:mode="input"
|
|
|
app:name="@string/presentation_ticket_type" />
|
|
app:name="@string/presentation_ticket_type" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_segregation_point"
|
|
android:id="@+id/si_segregation_point"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -96,7 +96,7 @@
|
|
|
app:mode="input"
|
|
app:mode="input"
|
|
|
app:name="@string/presentation_segregation_point" />
|
|
app:name="@string/presentation_segregation_point" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_person_lock"
|
|
android:id="@+id/si_person_lock"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -125,7 +125,7 @@
|
|
|
style="@style/CommonRecyclerView" />
|
|
style="@style/CommonRecyclerView" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_person_safety"
|
|
android:id="@+id/si_person_safety"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -134,7 +134,7 @@
|
|
|
app:mode="select"
|
|
app:mode="select"
|
|
|
app:name="@string/presentation_person_safety" />
|
|
app:name="@string/presentation_person_safety" />
|
|
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
|
|
|
|
+ <com.grkj.iscs.view.widget.SelectableInput
|
|
|
android:id="@+id/si_content"
|
|
android:id="@+id/si_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|