폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -66,7 +66,7 @@ class CharacterCommentReportBottomSheet : BottomSheetDialogFragment() {
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_SP, 16f)
|
||||
// 폰트: pretendard_regular
|
||||
try {
|
||||
typeface = ResourcesCompat.getFont(context, R.font.pretendard_regular)
|
||||
typeface = ResourcesCompat.getFont(context, R.font.regular)
|
||||
} catch (_: Exception) { /* 폰트 미존재 대비 안전 처리 */
|
||||
}
|
||||
// 항목 간 간격: 기존 paddingVertical 12dp의 1.3배 -> 15.6dp
|
||||
|
||||
Reference in New Issue
Block a user