|
|
@@ -7,217 +7,255 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/agree_check_all"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="3pt"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:textIsSelectable="false"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <View
|
|
|
+ <CheckBox
|
|
|
+ android:id="@+id/agree_check_all"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="3pt"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/all_agree"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginRight="5pt"
|
|
|
- android:background="@color/darkGrey"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginBottom="21dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="#e5e5e5"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check0"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:layout_weight="4"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree1"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_required"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button0"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
android:orientation="horizontal"
|
|
|
- android:weightSum="5"
|
|
|
- >
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check1"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:layout_weight="4"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree2"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_required"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button1"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
-
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_height="wrap_content"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check2"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_weight="4"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree2"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button2"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
android:orientation="horizontal"
|
|
|
- android:weightSum="5">
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check3"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:layout_weight="4"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree2"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button3"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
android:orientation="horizontal"
|
|
|
- android:weightSum="5">
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check4"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:layout_weight="4"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree2"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button4"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginRight="24.5dp"
|
|
|
android:orientation="horizontal"
|
|
|
- android:weightSum="5"
|
|
|
- >
|
|
|
+ android:weightSum="10">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check5"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
- android:layout_weight="4"
|
|
|
- android:textSize="15dp"
|
|
|
- tools:text="@string/phone_identify_agree2"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8.5dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:id="@+id/agree_detail_button5"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="5pt"
|
|
|
- android:layout_marginTop="3pt"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_weight="1"
|
|
|
- android:text=">"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textSize="15dp"
|
|
|
- />
|
|
|
+ android:src="@drawable/icon_detail_arrow"/>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:gravity="bottom"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="189dp"
|
|
|
+ android:gravity="center"
|
|
|
+ >
|
|
|
+
|
|
|
<Button
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:id="@+id/button_sign_up_agree"
|
|
|
+ style="?android:attr/borderlessButtonStyle"
|
|
|
+ android:layout_width="104dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="약관동의 완료"
|
|
|
+ android:background="@drawable/sign_up_button"
|
|
|
+ android:lineSpacingExtra="3.5sp"
|
|
|
+ android:text="@string/sign_up_agree"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="12sp"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
</LinearLayout>
|