|
@@ -29,6 +29,7 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:layout_toLeftOf="@id/cb_back"
|
|
android:layout_toLeftOf="@id/cb_back"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
|
app:btn_name="@string/start_inspection" />
|
|
app:btn_name="@string/start_inspection" />
|
|
|
|
|
|
|
@@ -39,6 +40,7 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:layout_toLeftOf="@id/cb_start"
|
|
android:layout_toLeftOf="@id/cb_start"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:btn_bg="@drawable/common_btn_yellow_bg"
|
|
app:btn_bg="@drawable/common_btn_yellow_bg"
|
|
|
app:btn_name="@string/continue_inspection" />
|
|
app:btn_name="@string/continue_inspection" />
|
|
|
|
|
|
|
@@ -49,6 +51,7 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:layout_toLeftOf="@id/cb_continue"
|
|
android:layout_toLeftOf="@id/cb_continue"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
|
app:btn_name="@string/submit_result" />
|
|
app:btn_name="@string/submit_result" />
|
|
|
|
|
|
|
@@ -66,6 +69,15 @@
|
|
|
style="@style/CommonTextView"
|
|
style="@style/CommonTextView"
|
|
|
android:layout_marginTop="@dimen/common_spacing_small" />
|
|
android:layout_marginTop="@dimen/common_spacing_small" />
|
|
|
|
|
|
|
|
|
|
+ <com.grkj.iscs_mc.view.widget.CommonBtn
|
|
|
|
|
+ android:id="@+id/cb_sign"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ app:btn_bg="@drawable/common_btn_green_bg"
|
|
|
|
|
+ app:btn_name="@string/sign" />
|
|
|
|
|
+
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
<com.google.android.material.card.MaterialCardView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|