|
|
@@ -64,7 +64,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -92,7 +92,6 @@
|
|
|
android:layout_height="@dimen/divider_line_space"
|
|
|
android:background="?attr/colorDivider" />
|
|
|
|
|
|
-
|
|
|
<com.grkj.ui_base.widget.FormLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
@@ -180,17 +179,15 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/workflow_mode_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginHorizontal="@dimen/iscs_space_4"
|
|
|
android:layout_marginVertical="@dimen/iscs_space_2"
|
|
|
- android:layout_weight="1"
|
|
|
android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
|
@@ -214,9 +211,7 @@
|
|
|
android:id="@+id/workflow_mode_setting_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginVertical="5dp"
|
|
|
- android:layout_marginLeft="@dimen/iscs_space_2"
|
|
|
- android:layout_marginRight="@dimen/iscs_space_2"
|
|
|
+ android:layout_margin="@dimen/iscs_space_1"
|
|
|
android:background="@drawable/common_btn_secondary"
|
|
|
android:paddingHorizontal="@dimen/iscs_space_4"
|
|
|
android:textColor="?attr/colorTextPrimary"
|
|
|
@@ -239,6 +234,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:paddingHorizontal="@dimen/iscs_space_2"
|
|
|
+ android:minHeight="@dimen/common_rv_min_height_sm"
|
|
|
android:scrollbars="horizontal" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -249,7 +245,7 @@
|
|
|
android:gravity="center"
|
|
|
android:paddingHorizontal="@dimen/iscs_space_4"
|
|
|
android:paddingVertical="@dimen/iscs_space_2"
|
|
|
- android:textColor="?attr/colorTextPrimary"
|
|
|
+ android:textColor="?attr/colorTextSecondary"
|
|
|
android:textSize="@dimen/iscs_text_md"
|
|
|
app:i18nKey='@{"please_select_workflow_mode"}' />
|
|
|
</FrameLayout>
|
|
|
@@ -258,10 +254,9 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/point_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginHorizontal="@dimen/iscs_space_4"
|
|
|
android:layout_marginVertical="@dimen/iscs_space_2"
|
|
|
- android:layout_weight="1"
|
|
|
android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
|
@@ -285,9 +280,7 @@
|
|
|
android:id="@+id/select_point_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginVertical="5dp"
|
|
|
- android:layout_marginLeft="@dimen/iscs_space_2"
|
|
|
- android:layout_marginRight="@dimen/iscs_space_2"
|
|
|
+ android:layout_margin="@dimen/iscs_space_1"
|
|
|
android:background="@drawable/common_btn_secondary"
|
|
|
android:paddingHorizontal="@dimen/iscs_space_4"
|
|
|
android:textColor="?attr/colorTextPrimary"
|
|
|
@@ -306,8 +299,9 @@
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/point_rv"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:minHeight="@dimen/common_rv_min_height_sm"
|
|
|
android:paddingBottom="@dimen/iscs_space_2" />
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -335,17 +329,14 @@
|
|
|
app:i18nKey='@{"please_must_select_at_least_one_point"}' />
|
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/member_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginHorizontal="@dimen/iscs_space_4"
|
|
|
-
|
|
|
android:layout_marginVertical="@dimen/iscs_space_2"
|
|
|
- android:layout_weight="1"
|
|
|
android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
|
@@ -369,20 +360,18 @@
|
|
|
android:id="@+id/select_member_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginVertical="5dp"
|
|
|
- android:layout_marginLeft="@dimen/iscs_space_2"
|
|
|
- android:layout_marginRight="@dimen/iscs_space_2"
|
|
|
+ android:layout_margin="@dimen/iscs_space_1"
|
|
|
android:background="@drawable/common_btn_secondary"
|
|
|
android:paddingHorizontal="@dimen/iscs_space_4"
|
|
|
android:textColor="?attr/colorTextPrimary"
|
|
|
android:textSize="@dimen/iscs_text_md"
|
|
|
- app:i18nKey='@{"select"}' />
|
|
|
+ app:i18nKey='@{"select"}' />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/divider_line_space"
|
|
|
- android:background="?attr/colorBlack" />
|
|
|
+ android:background="?attr/colorDivider" />
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -392,6 +381,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
|
+ android:minHeight="@dimen/common_rv_min_height_sm"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -415,7 +405,7 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/divider_line_space"
|
|
|
- android:background="?attr/colorBlack" />
|
|
|
+ android:background="?attr/colorDivider" />
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
@@ -447,12 +437,13 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/divider_line_space"
|
|
|
- android:background="?attr/colorBlack" />
|
|
|
+ android:background="?attr/colorDivider" />
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/colocker_rv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:minHeight="@dimen/common_rv_min_height_sm" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -463,6 +454,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/card_white_bg"
|
|
|
android:gravity="center"
|
|
|
+ android:visibility="visible"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
@@ -483,7 +475,6 @@
|
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</androidx.core.widget.NestedScrollView>
|