|
@@ -47,312 +47,317 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/divider_line_space"
|
|
android:layout_height="@dimen/divider_line_space"
|
|
|
android:background="@color/black" />
|
|
android:background="@color/black" />
|
|
|
-
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/base_info_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
- android:layout_marginBottom="@dimen/common_spacing"
|
|
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:text="@string/base_info_title"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="24sp" />
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
|
|
+ android:id="@+id/base_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
android:layout_marginTop="@dimen/common_spacing_2x"
|
|
android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing"
|
|
|
|
|
+ android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/job_workstation"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/workstation_tv"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
|
- android:background="@drawable/bg_common_input"
|
|
|
|
|
- android:drawableRight="@drawable/icon_drop_down"
|
|
|
|
|
- android:hint="@string/please_select_job_workstation"
|
|
|
|
|
- android:maxLines="1"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
- android:paddingVertical="2dp"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/lock_mode"
|
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:text="@string/base_info_title"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/lock_mode_tv"
|
|
|
|
|
|
|
+ <View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:background="@drawable/bg_common_input"
|
|
|
|
|
- android:drawableRight="@drawable/icon_drop_down"
|
|
|
|
|
- android:hint="@string/please_select_lock_mode"
|
|
|
|
|
- android:maxLines="1"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
- android:paddingVertical="2dp"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
- android:layout_marginBottom="@dimen/common_spacing_2x"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
|
|
+ android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
+ android:background="@color/black" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/create_job_name"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
- android:id="@+id/job_name_et"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:background="@drawable/bg_common_input"
|
|
|
|
|
- android:hint="@string/please_input_job_name"
|
|
|
|
|
- android:maxLines="1"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
- android:paddingVertical="2dp"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_text_size" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/job_workstation"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/point_info_layout"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:layout_marginVertical="@dimen/common_spacing"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/workstation_tv"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:background="@drawable/bg_common_input"
|
|
|
|
|
+ android:drawableRight="@drawable/icon_drop_down"
|
|
|
|
|
+ android:hint="@string/please_select_job_workstation"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
+ android:paddingVertical="2dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:text="@string/point_info_title"
|
|
|
|
|
|
|
+ android:text="@string/lock_mode"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="24sp" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/select_point_tv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:id="@+id/lock_mode_tv"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
|
- android:layout_marginRight="@dimen/common_spacing"
|
|
|
|
|
- android:background="@drawable/common_btn"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:text="@string/select"
|
|
|
|
|
|
|
+ android:background="@drawable/bg_common_input"
|
|
|
|
|
+ android:drawableRight="@drawable/icon_drop_down"
|
|
|
|
|
+ android:hint="@string/please_select_lock_mode"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
+ android:paddingVertical="2dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/dialog_content_normal_padding_horizontal">
|
|
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
- android:id="@+id/point_rv"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="240dp"
|
|
|
|
|
- android:paddingBottom="@dimen/common_spacing" />
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/create_job_name"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/job_name_et"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:background="@drawable/bg_common_input"
|
|
|
|
|
+ android:hint="@string/please_input_job_name"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
+ android:paddingVertical="2dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/member_info_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:layout_marginVertical="@dimen/common_spacing"
|
|
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
|
|
+ android:id="@+id/point_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:layout_marginVertical="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:background="@drawable/home_card_bg"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:text="@string/member_info_title"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="24sp" />
|
|
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/select_member_tv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
- android:layout_marginRight="@dimen/common_spacing"
|
|
|
|
|
- android:background="@drawable/common_btn"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:text="@string/select"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:text="@string/point_info_title"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/select_point_tv"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_marginRight="@dimen/common_spacing"
|
|
|
|
|
+ android:background="@drawable/common_btn"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:text="@string/select"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
+ android:background="@color/black" />
|
|
|
|
|
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/point_rv"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="240dp"
|
|
|
|
|
+ android:paddingBottom="@dimen/common_spacing" />
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
|
|
+ android:id="@+id/member_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:layout_marginVertical="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:background="@drawable/home_card_bg"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:text="@string/member_info_title"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/select_member_tv"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
|
|
+ android:layout_marginRight="@dimen/common_spacing"
|
|
|
|
|
+ android:background="@drawable/common_btn"
|
|
|
android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
- android:paddingVertical="@dimen/common_spacing"
|
|
|
|
|
- android:text="@string/locker"
|
|
|
|
|
|
|
+ android:text="@string/select"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="24sp" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
+ android:background="@color/black" />
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:orientation="vertical"
|
|
|
|
|
- android:paddingBottom="@dimen/common_spacing">
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="50dp"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:layout_marginTop="@dimen/common_spacing"
|
|
|
|
|
- android:src="@mipmap/icon_data_manage_menu_user_manage"
|
|
|
|
|
- android:tint="@color/black" />
|
|
|
|
|
|
|
+ android:background="@drawable/home_card_bg"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/locker_name"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:paddingVertical="@dimen/common_spacing"
|
|
|
|
|
+ android:text="@string/locker"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/select_colocker_layout"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
+ android:background="@color/black" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
- android:paddingVertical="@dimen/common_spacing"
|
|
|
|
|
- android:text="@string/colocker"
|
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
|
- android:textSize="24sp" />
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:paddingBottom="@dimen/common_spacing">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="50dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:layout_marginTop="@dimen/common_spacing"
|
|
|
|
|
+ android:src="@mipmap/icon_data_manage_menu_user_manage"
|
|
|
|
|
+ android:tint="@color/black" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/locker_name"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/select_colocker_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:background="@drawable/home_card_bg"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
- android:id="@+id/colocker_rv"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="match_parent" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:paddingVertical="@dimen/common_spacing"
|
|
|
|
|
+ android:text="@string/colocker"
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
+ android:background="@color/black" />
|
|
|
|
|
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/colocker_rv"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|