폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:maxLines="2"
|
||||
android:textColor="@color/color_d2d2d2"
|
||||
android:textSize="13.3sp"
|
||||
@@ -66,6 +66,6 @@
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_audio_content_creator"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="pgwkil"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user