|
|
@@ -54,15 +54,27 @@
|
|
|
app:mode="input"
|
|
|
app:name="@string/presentation_ticket_name" />
|
|
|
|
|
|
- <com.grkj.iscs.widget.SelectableInput
|
|
|
- android:id="@+id/si_ticket_number"
|
|
|
+ <RelativeLayout
|
|
|
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" />
|
|
|
+ android:layout_marginTop="7dp">
|
|
|
+
|
|
|
+ <androidx.appcompat.widget.SwitchCompat
|
|
|
+ android:id="@+id/s_autocode"
|
|
|
+ style="@style/CommonSwitch"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true" />
|
|
|
+
|
|
|
+ <com.grkj.iscs.widget.SelectableInput
|
|
|
+ android:id="@+id/si_ticket_number"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toLeftOf="@id/s_autocode"
|
|
|
+ app:edittext_hint="@string/presentation_hint_number"
|
|
|
+ app:mode="input"
|
|
|
+ app:name="@string/presentation_ticket_number" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<com.grkj.iscs.widget.SelectableInput
|
|
|
android:id="@+id/si_ticket_type"
|