폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:text="@string/screen_user_profile_channel_intro_title"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="16.7sp" />
|
||||
@@ -17,7 +17,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user