|
@@ -7,25 +7,25 @@
|
|
|
tools:context=".view.fragment.WorkerFragment">
|
|
tools:context=".view.fragment.WorkerFragment">
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
|
- android:id="@+id/cb_back"
|
|
|
|
|
|
|
+ android:id="@+id/cb_cancel"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
|
- app:btn_bg="@drawable/common_btn_blue_bg"
|
|
|
|
|
- app:btn_icon="@mipmap/go_back"
|
|
|
|
|
- app:btn_name="@string/back" />
|
|
|
|
|
|
|
+ app:btn_bg="@drawable/common_btn_red_bg"
|
|
|
|
|
+ app:btn_icon="@mipmap/cancel"
|
|
|
|
|
+ app:btn_name="@string/cancel" />
|
|
|
|
|
|
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
<com.grkj.iscs.view.widget.CommonBtn
|
|
|
- android:id="@+id/cb_cancel"
|
|
|
|
|
|
|
+ android:id="@+id/cb_confirm"
|
|
|
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"
|
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
android:layout_marginRight="@dimen/common_spacing"
|
|
|
- android:layout_toLeftOf="@id/cb_back"
|
|
|
|
|
- app:btn_bg="@drawable/common_btn_red_bg"
|
|
|
|
|
- app:btn_icon="@mipmap/stop"
|
|
|
|
|
- app:btn_name="@string/cancel_the_job" />
|
|
|
|
|
|
|
+ android:layout_toLeftOf="@id/cb_cancel"
|
|
|
|
|
+ app:btn_bg="@drawable/common_btn_blue_bg"
|
|
|
|
|
+ app:btn_icon="@mipmap/confirm"
|
|
|
|
|
+ app:btn_name="@string/confirm" />
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|