폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package kr.co.vividnext.sodalive.live.room.chat
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.content.Context
|
||||
import android.graphics.Typeface
|
||||
import android.text.SpannableString
|
||||
@@ -225,7 +224,7 @@ data class LiveRoomDonationChat(
|
||||
CustomTypefaceSpan(
|
||||
ResourcesCompat.getFont(
|
||||
context,
|
||||
R.font.pretendard_medium
|
||||
R.font.medium
|
||||
)
|
||||
),
|
||||
0,
|
||||
|
||||
@@ -768,7 +768,7 @@ class LiveRoomCreateActivity : BaseActivity<ActivityLiveRoomCreateBinding>(
|
||||
)
|
||||
priceView.typeface = ResourcesCompat.getFont(
|
||||
applicationContext,
|
||||
R.font.pretendard_medium
|
||||
R.font.medium
|
||||
)
|
||||
}
|
||||
|
||||
@@ -782,7 +782,7 @@ class LiveRoomCreateActivity : BaseActivity<ActivityLiveRoomCreateBinding>(
|
||||
)
|
||||
priceView.typeface = ResourcesCompat.getFont(
|
||||
applicationContext,
|
||||
R.font.pretendard_bold
|
||||
R.font.bold
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user