|
|
@@ -0,0 +1,477 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:paddingLeft="25dp"
|
|
|
+ android:paddingTop="23dp"
|
|
|
+ android:paddingRight="25dp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="기본 정보"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:padding="16dp"
|
|
|
+ android:text="수정"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="@string/sign_up_completed_name"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="@string/sign_up_completed_birth_date"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:paddingBottom="38dp"
|
|
|
+ android:text="이메일을 등록해주세요."
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/CEBEBEB"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:paddingLeft="25dp"
|
|
|
+ android:paddingTop="23dp"
|
|
|
+ android:paddingRight="25dp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="@string/phone"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:padding="16dp"
|
|
|
+ android:text="@string/reset"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="@string/sign_up_completed_phone_number"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:paddingBottom="38dp"
|
|
|
+ android:text="@string/setting_phone_reset_message"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/CEBEBEB"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:paddingLeft="25dp"
|
|
|
+ android:paddingTop="23dp"
|
|
|
+ android:paddingRight="25dp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:text="@string/pin"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:padding="16dp"
|
|
|
+ android:text="@string/reset"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:paddingBottom="38dp"
|
|
|
+ android:text="@string/setting_pin_message"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="38dp"
|
|
|
+ android:background="@color/CEBEBEB"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_agree"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginRight="25dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <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:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableStart="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/setting_all_agree_message"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
+
|
|
|
+ <CheckBox
|
|
|
+ android:id="@+id/agree_check0"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/agree_detail_button0"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:layout_weight="1"
|
|
|
+ app:srcCompat="@drawable/icon_detail_arrow"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/agree_check1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
+
|
|
|
+ <CheckBox
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/agree_detail_button1"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:layout_weight="1"
|
|
|
+ app:srcCompat="@drawable/icon_detail_arrow"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/agree_check2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
+
|
|
|
+ <CheckBox
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:text="@string/agree_option"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/agree_detail_button2"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:layout_weight="1"
|
|
|
+ app:srcCompat="@drawable/icon_detail_arrow"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
+ android:layout_marginEnd="65dp"
|
|
|
+ android:layout_marginBottom="38dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="3.5sp"
|
|
|
+ android:text="@string/setting_option_agree_message"
|
|
|
+ android:textColor="#999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="38dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/CEBEBEB"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginBottom="29dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/life_plus_marketing_agree"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginRight="25dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <CheckBox
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="3pt"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableStart="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/email"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="10">
|
|
|
+
|
|
|
+ <CheckBox
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/custom_check_box"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:text="@string/sms"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:layout_weight="1"
|
|
|
+ app:srcCompat="@drawable/icon_detail_arrow"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:padding="25dp"
|
|
|
+ android:layout_gravity="end"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:gravity="end"
|
|
|
+ android:text="@string/user_quit"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+</ScrollView>
|