폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -111,7 +111,7 @@ class VoiceMessageWriteFragment(
|
||||
binding.tvNickname.text = nickname
|
||||
binding.tvNickname.typeface = ResourcesCompat.getFont(
|
||||
requireContext(),
|
||||
R.font.pretendard_bold
|
||||
R.font.bold
|
||||
)
|
||||
binding.tvNickname.setTextColor(
|
||||
ContextCompat.getColor(
|
||||
|
||||
Reference in New Issue
Block a user