|
@@ -29,15 +29,15 @@
|
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
|
android:text="@string/create_sop_title"
|
|
android:text="@string/create_sop_title"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- android:textSize="@dimen/normal_text_size_25" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/normal_text_size_25"
|
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:scaleType="fitXY"
|
|
|
|
|
android:paddingHorizontal="@dimen/common_spacing"
|
|
android:paddingHorizontal="@dimen/common_spacing"
|
|
|
- android:src="@mipmap/icon_title_arrow_divider"/>
|
|
|
|
|
|
|
+ android:scaleType="fitXY"
|
|
|
|
|
+ android:src="@mipmap/icon_title_arrow_divider" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="@dimen/common_spacing_2x"
|
|
android:layout_width="@dimen/common_spacing_2x"
|
|
@@ -50,8 +50,8 @@
|
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
|
android:text="@string/select_point_title"
|
|
android:text="@string/select_point_title"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- android:textSize="@dimen/normal_text_size_18" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/normal_text_size_18"
|
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
@@ -86,13 +86,14 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
+
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/selected_point_info_layout"
|
|
|
|
|
|
|
+ android:id="@+id/unselected_point_info_layout"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
|
- android:layout_weight="1"
|
|
|
|
|
|
|
+ android:layout_weight="2"
|
|
|
android:background="@drawable/home_card_bg"
|
|
android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
@@ -101,7 +102,7 @@
|
|
|
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:text="@string/selected_point_info_title"
|
|
|
|
|
|
|
+ android:text="@string/point_list_title"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
android:textSize="@dimen/normal_text_size_18" />
|
|
android:textSize="@dimen/normal_text_size_18" />
|
|
|
|
|
|
|
@@ -111,7 +112,7 @@
|
|
|
android:background="@color/black" />
|
|
android:background="@color/black" />
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/selected_point_rv"
|
|
|
|
|
|
|
+ android:id="@+id/unselected_point_rv"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:paddingBottom="@dimen/common_spacing" />
|
|
android:paddingBottom="@dimen/common_spacing" />
|
|
@@ -119,35 +120,32 @@
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/unselected_point_info_layout"
|
|
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing"
|
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
android:layout_marginVertical="@dimen/common_spacing"
|
|
|
- android:layout_weight="2"
|
|
|
|
|
- android:background="@drawable/home_card_bg"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
|
+ android:id="@+id/add_group"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginVertical="5dp"
|
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
android:layout_marginLeft="@dimen/common_spacing"
|
|
|
- android:text="@string/unselected_point_info_title"
|
|
|
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
|
+ android:background="@drawable/common_btn"
|
|
|
|
|
+ android:drawablePadding="@dimen/common_spacing"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
|
|
+ android:text="@string/add_group"
|
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/normal_text_size_18" />
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="@dimen/divider_line_space"
|
|
|
|
|
- android:background="@color/black" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/common_btn_text_size" />
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/unselected_point_rv"
|
|
|
|
|
|
|
+ android:id="@+id/point_group_rv"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:paddingBottom="@dimen/common_spacing" />
|
|
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|