|
@@ -21,7 +21,7 @@
|
|
|
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_padding"
|
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:layout_toLeftOf="@id/cb_back"
|
|
android:layout_toLeftOf="@id/cb_back"
|
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
app:btn_bg="@drawable/common_btn_red_bg"
|
|
|
app:btn_icon="@mipmap/stop"
|
|
app:btn_icon="@mipmap/stop"
|
|
@@ -31,9 +31,10 @@
|
|
|
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_cancel"
|
|
android:layout_above="@id/cb_cancel"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing"
|
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
- android:padding="@dimen/common_padding">
|
|
|
|
|
|
|
+ android:padding="@dimen/common_spacing">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
android:id="@+id/tv_title"
|
|
@@ -74,13 +75,13 @@
|
|
|
android:id="@+id/ll_selected"
|
|
android:id="@+id/ll_selected"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
- android:layout_marginRight="@dimen/common_padding"
|
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
android:background="@drawable/item_rv_technology_sop_bg_normal"
|
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:padding="5dp"
|
|
android:padding="5dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintHorizontal_weight="300"
|
|
|
|
|
|
|
+ app:layout_constraintHorizontal_weight="380"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toLeftOf="@id/ll_list"
|
|
app:layout_constraintRight_toLeftOf="@id/ll_list"
|
|
|
app:layout_constraintTop_toBottomOf="@id/tv_title">
|
|
app:layout_constraintTop_toBottomOf="@id/tv_title">
|
|
@@ -89,7 +90,7 @@
|
|
|
<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"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing"
|
|
|
app:cardBackgroundColor="@color/common_bg_white_10"
|
|
app:cardBackgroundColor="@color/common_bg_white_10"
|
|
|
app:cardCornerRadius="@dimen/common_radius"
|
|
app:cardCornerRadius="@dimen/common_radius"
|
|
|
app:cardElevation="0dp"
|
|
app:cardElevation="0dp"
|
|
@@ -117,7 +118,7 @@
|
|
|
android:id="@+id/tv_locker_select"
|
|
android:id="@+id/tv_locker_select"
|
|
|
style="@style/CommonTextView"
|
|
style="@style/CommonTextView"
|
|
|
android:background="@drawable/select_btn_bg"
|
|
android:background="@drawable/select_btn_bg"
|
|
|
- android:paddingHorizontal="@dimen/common_padding"
|
|
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
android:paddingVertical="3dp"
|
|
android:paddingVertical="3dp"
|
|
|
android:text="@string/select"
|
|
android:text="@string/select"
|
|
|
android:textSize="@dimen/common_text_size_small"
|
|
android:textSize="@dimen/common_text_size_small"
|
|
@@ -136,7 +137,7 @@
|
|
|
<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"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
|
|
|
|
+ android:layout_marginVertical="@dimen/common_spacing"
|
|
|
app:cardBackgroundColor="@color/common_bg_white_10"
|
|
app:cardBackgroundColor="@color/common_bg_white_10"
|
|
|
app:cardCornerRadius="@dimen/common_radius"
|
|
app:cardCornerRadius="@dimen/common_radius"
|
|
|
app:cardElevation="0dp"
|
|
app:cardElevation="0dp"
|
|
@@ -164,7 +165,7 @@
|
|
|
android:id="@+id/tv_colocker_select"
|
|
android:id="@+id/tv_colocker_select"
|
|
|
style="@style/CommonTextView"
|
|
style="@style/CommonTextView"
|
|
|
android:background="@drawable/select_btn_bg"
|
|
android:background="@drawable/select_btn_bg"
|
|
|
- android:paddingHorizontal="@dimen/common_padding"
|
|
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
android:paddingVertical="3dp"
|
|
android:paddingVertical="3dp"
|
|
|
android:text="@string/select"
|
|
android:text="@string/select"
|
|
|
android:textSize="@dimen/common_text_size_small"
|
|
android:textSize="@dimen/common_text_size_small"
|
|
@@ -188,17 +189,74 @@
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
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"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintHorizontal_weight="1150"
|
|
app:layout_constraintHorizontal_weight="1150"
|
|
|
app:layout_constraintLeft_toRightOf="@id/ll_selected"
|
|
app:layout_constraintLeft_toRightOf="@id/ll_selected"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@id/ll_selected">
|
|
app:layout_constraintTop_toTopOf="@id/ll_selected">
|
|
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
- android:id="@+id/rv_worker_list"
|
|
|
|
|
- style="@style/CommonRecyclerView"
|
|
|
|
|
- app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
|
|
|
- app:spanCount="10" />
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_locker"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/CommonTextView"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing_small"
|
|
|
|
|
+ android:text="@string/select_locker" />
|
|
|
|
|
+
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/rv_locker_list"
|
|
|
|
|
+ style="@style/CommonRecyclerView"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
|
|
|
+ app:spanCount="10" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_colocker_inside"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/CommonTextView"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing_small"
|
|
|
|
|
+ android:text="@string/select_coloker_mars" />
|
|
|
|
|
+
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/rv_locker_inside"
|
|
|
|
|
+ style="@style/CommonRecyclerView"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
|
|
|
+ app:spanCount="10" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/ll_colocker_outside"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/CommonTextView"
|
|
|
|
|
+ android:layout_marginVertical="@dimen/common_spacing_small"
|
|
|
|
|
+ android:text="@string/select_coloker_outside" />
|
|
|
|
|
+
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/rv_locker_outside"
|
|
|
|
|
+ style="@style/CommonRecyclerView"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
|
|
|
+ app:spanCount="10" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|