|
|
@@ -2,6 +2,7 @@
|
|
|
<ScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
@@ -24,23 +25,11 @@
|
|
|
android:paddingTop="23dp"
|
|
|
android:paddingRight="25dp"
|
|
|
android:paddingBottom="23dp"
|
|
|
- android:text="기본 정보"
|
|
|
+ android:text="@string/setting_user_information"
|
|
|
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
|
|
|
@@ -55,9 +44,9 @@
|
|
|
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"
|
|
|
+ tools:text="@string/sign_up_completed_name"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -81,7 +70,7 @@
|
|
|
android:gravity="end"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
android:paddingBottom="38dp"
|
|
|
- android:text="이메일을 등록해주세요."
|
|
|
+ android:text="@string/setting_register_email"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="14sp"
|
|
|
/>
|
|
|
@@ -98,7 +87,7 @@
|
|
|
android:gravity="end"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
android:paddingBottom="38dp"
|
|
|
- android:text="등록"
|
|
|
+ android:text="@string/registration"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="14sp"
|
|
|
/>
|
|
|
@@ -154,9 +143,9 @@
|
|
|
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"
|
|
|
+ tools:text="@string/sign_up_completed_phone_number"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -293,9 +282,9 @@
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:lineSpacingExtra="5sp"
|
|
|
- android:text="@string/agree_option"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="14sp"
|
|
|
+ tools:text="@string/agree_option"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -326,9 +315,9 @@
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:lineSpacingExtra="5sp"
|
|
|
- android:text="@string/agree_option"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="14sp"
|
|
|
+ tools:text="@string/agree_option"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -359,9 +348,9 @@
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:lineSpacingExtra="5sp"
|
|
|
- android:text="@string/agree_option"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="14sp"
|
|
|
+ tools:text="@string/agree_option"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|