|
@@ -7,7 +7,7 @@
|
|
|
tools:context=".view.fragment.ExceptionReportFragment">
|
|
tools:context=".view.fragment.ExceptionReportFragment">
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
|
- android:id="@+id/cb_open"
|
|
|
|
|
|
|
+ android:id="@+id/cb_submit"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
@@ -19,14 +19,14 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_above="@id/cb_open"
|
|
|
|
|
|
|
+ android:layout_above="@id/cb_submit"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:padding="@dimen/common_spacing">
|
|
android:padding="@dimen/common_spacing">
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
|
- android:id="@+id/ci_type"
|
|
|
|
|
|
|
+ android:id="@+id/si_type"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
@@ -38,7 +38,7 @@
|
|
|
app:text_size="@dimen/common_text_size" />
|
|
app:text_size="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
|
- android:id="@+id/ci_level"
|
|
|
|
|
|
|
+ android:id="@+id/si_level"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
@@ -50,7 +50,7 @@
|
|
|
app:text_size="@dimen/common_text_size" />
|
|
app:text_size="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
<com.grkj.iscs.view.widget.SelectableInput
|
|
|
- android:id="@+id/ci_description"
|
|
|
|
|
|
|
+ android:id="@+id/si_description"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|