폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="6dp"
|
||||
android:text="@string/find_password_description_primary"
|
||||
@@ -38,7 +38,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="6dp"
|
||||
android:text="@string/find_password_description_secondary"
|
||||
@@ -64,7 +64,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:color/transparent"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:hint="@string/find_password_email_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textEmailAddress"
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16dp"
|
||||
android:text="@string/find_password_submit"
|
||||
@@ -101,7 +101,7 @@
|
||||
android:text="@string/find_password_contact_support"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
app:drawableStartCompat="@drawable/ic_headphones_blue"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user