폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -19,7 +19,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_series_content_all_title_default"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="16sp" />
|
||||
@@ -29,7 +29,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="2.3dp"
|
||||
android:fontFamily="@font/pretendard_light"
|
||||
android:fontFamily="@font/light"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="16sp"
|
||||
tools:text="(30)" />
|
||||
|
||||
Reference in New Issue
Block a user