|
@@ -47,7 +47,7 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/text_view_filter"/>
|
|
app:layout_constraintTop_toTopOf="@+id/text_view_filter"/>
|
|
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareRadio
|
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
android:id="@+id/first"
|
|
android:id="@+id/first"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -71,7 +71,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/first"
|
|
app:layout_constraintTop_toBottomOf="@+id/first"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareRadio
|
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
android:id="@+id/second"
|
|
android:id="@+id/second"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -94,7 +94,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/second"
|
|
app:layout_constraintTop_toBottomOf="@+id/second"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareRadio
|
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
android:id="@+id/third"
|
|
android:id="@+id/third"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -117,7 +117,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/third"
|
|
app:layout_constraintTop_toBottomOf="@+id/third"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareRadio
|
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
android:id="@+id/fourth"
|
|
android:id="@+id/fourth"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -140,7 +140,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/fourth"
|
|
app:layout_constraintTop_toBottomOf="@+id/fourth"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.CustomSquareRadio
|
|
|
|
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.CustomSquareCheckBox
|
|
|
android:id="@+id/fifth"
|
|
android:id="@+id/fifth"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|