폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_modify_password_current_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
@@ -79,7 +79,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_modify_password_new_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
@@ -115,7 +115,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_modify_password_new_confirm_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp" />
|
||||
@@ -145,7 +145,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="13.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_modify_password_requirement"
|
||||
android:textColor="@color/color_dd4500"
|
||||
android:textSize="12sp" />
|
||||
@@ -166,7 +166,7 @@
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginVertical="13.7dp"
|
||||
android:background="@drawable/bg_round_corner_10_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16dp"
|
||||
android:text="@string/screen_modify_password_submit"
|
||||
|
||||
Reference in New Issue
Block a user