폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13sp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_nickname"
|
||||
@@ -89,7 +89,7 @@
|
||||
android:textSize="11sp"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -148,7 +148,7 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_player_nickname"
|
||||
@@ -162,7 +162,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_player_play_or_pause"
|
||||
|
||||
Reference in New Issue
Block a user