비밀번호 변경 화면 문자열 리소스화
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="6.7sp"
|
||||
android:text="안전한 비밀번호로 내 내 정보를 보호하세요"
|
||||
android:text="@string/screen_modify_password_subtitle"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="현재 비밀번호"
|
||||
android:text="@string/screen_modify_password_current_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/edittext_underline"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:hint="현재 비밀번호를 입력해주세요."
|
||||
android:hint="@string/screen_modify_password_current_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textWebPassword"
|
||||
android:paddingHorizontal="6.7dp"
|
||||
@@ -80,7 +80,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="신규 비밀번호"
|
||||
android:text="@string/screen_modify_password_new_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/edittext_underline"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:hint="신규 비밀번호를 입력해주세요(영문, 숫자 포함 8자 이상)"
|
||||
android:hint="@string/screen_modify_password_new_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textWebPassword"
|
||||
android:paddingHorizontal="6.7dp"
|
||||
@@ -116,7 +116,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="신규 비밀번호 확인"
|
||||
android:text="@string/screen_modify_password_new_confirm_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/edittext_underline"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:hint="신규 비밀번호를 재입력해주세요"
|
||||
android:hint="@string/screen_modify_password_new_confirm_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textWebPassword"
|
||||
android:paddingHorizontal="6.7dp"
|
||||
@@ -146,7 +146,7 @@
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="13.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="* 영문, 숫자 포함 8자 이상"
|
||||
android:text="@string/screen_modify_password_requirement"
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
@@ -169,7 +169,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16dp"
|
||||
android:text="비밀번호 변경하기"
|
||||
android:text="@string/screen_modify_password_submit"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18.3sp" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user