|
|
@@ -10,9 +10,10 @@
|
|
|
<android.support.v4.widget.NestedScrollView
|
|
|
android:id="@+id/scroll_view"
|
|
|
android:layout_width="match_parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/layout_last"
|
|
|
- android:layout_height="0dp">
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ tools:layout_editor_absoluteX="0dp">
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_container"
|
|
|
@@ -142,6 +143,50 @@
|
|
|
app:checkBoxText="@string/first_filter_case_1_contents_5"
|
|
|
app:layout_constraintStart_toEndOf="@+id/filter_first_check_4"/>
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
+ android:id="@+id/filter_first_check_6"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
+ app:checkBoxText="@string/second_filter_case_4_contents_5"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/filter_first_check_5"/>
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
+ android:id="@+id/filter_first_check_7"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
+ app:checkBoxText="@string/second_filter_case_4_contents_7"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/filter_first_check_6"/>
|
|
|
+
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
+
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:id="@+id/layout_third_main_2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="9dp"
|
|
|
+ android:layout_marginBottom="43dp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_third_main">
|
|
|
+
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
+ android:id="@+id/filter_first_check_8"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:checkBoxText="@string/inside"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"/>
|
|
|
+
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
+ android:id="@+id/filter_first_check_9"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
+ app:checkBoxText="@string/outside"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/filter_first_check_8"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -149,11 +194,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="44dp"
|
|
|
+ android:layout_marginTop="43dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_third_main"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_third_main_2"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
@@ -320,121 +365,6 @@
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/layout_tenth_main"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="43dp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_ninth_main">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_filter_fourth_case"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="24dp"
|
|
|
- android:layout_marginTop="44dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/second_filter_case_4"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="15sp"/>
|
|
|
-
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
-
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/layout_eleventh_main"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="13dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_tenth_main"
|
|
|
- >
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="9dp"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_1"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/filter_fourth_check_2"
|
|
|
- app:layout_constraintStart_toStartOf="parent"/>
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_2"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/filter_fourth_check_3"/>
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="9dp"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_3"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/filter_fourth_check_2"/>
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_4"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="7dp"
|
|
|
- android:clickable="true"
|
|
|
- android:focusable="true"
|
|
|
-
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_4"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/filter_fourth_check_3"/>
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
-
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:id="@+id/layout_twelve_main"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_eleventh_main">
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_5"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="7dp"
|
|
|
- android:clickable="true"
|
|
|
- android:focusable="true"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_5"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/filter_fourth_check_6"
|
|
|
- app:layout_constraintStart_toStartOf="parent"/>
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_6"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:clickable="true"
|
|
|
- android:focusable="true"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_6"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/filter_fourth_check_7"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/filter_fourth_check_5"
|
|
|
- />
|
|
|
-
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
- android:id="@+id/filter_fourth_check_7"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="7dp"
|
|
|
- android:clickable="true"
|
|
|
- android:focusable="true"
|
|
|
- app:checkBoxText="@string/second_filter_case_4_contents_7"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/filter_fourth_check_6"/>
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
-
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_thirteen_main"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -443,7 +373,7 @@
|
|
|
android:layout_marginTop="43dp"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_twelve_main">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_ninth_main">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|