폰트 이름 변경

pretendard_bold -> bold
pretendard_regular -> regular
pretendard_medium -> medium
pretendard_light -> light
This commit is contained in:
2026-01-22 22:55:14 +09:00
parent 00941d8082
commit 6cb89ef09f
285 changed files with 1552 additions and 1553 deletions

View File

@@ -13,7 +13,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:paddingHorizontal="26.7dp"
android:paddingTop="26.7dp"
android:text="@string/screen_voice_message_write_title"
@@ -65,7 +65,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:fontFamily="@font/medium"
android:text="@string/screen_voice_message_write_recipient_prefix"
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
@@ -75,7 +75,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:fontFamily="@font/pretendard_light"
android:fontFamily="@font/light"
android:text="@string/screen_voice_message_write_recipient_placeholder"
android:textColor="@color/color_bbbbbb"
android:textSize="16.7sp" />
@@ -105,7 +105,7 @@
android:id="@+id/tv_timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_light"
android:fontFamily="@font/light"
android:text="@string/screen_audio_content_detail_time_default"
android:textColor="@color/white"
android:textSize="33.3sp" />
@@ -159,7 +159,7 @@
android:layout_centerVertical="true"
android:layout_marginStart="60dp"
android:layout_toEndOf="@+id/iv_record_play"
android:fontFamily="@font/pretendard_medium"
android:fontFamily="@font/medium"
android:text="@string/screen_message_detail_action_delete"
android:textColor="@color/color_bbbbbb"
android:textSize="15.3sp" />
@@ -182,7 +182,7 @@
android:layout_height="50dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_10_13181b_3bb9f1"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:gravity="center"
android:text="@string/screen_voice_message_write_retry"
android:textColor="@color/color_3bb9f1"
@@ -195,7 +195,7 @@
android:layout_marginStart="13.3dp"
android:layout_weight="2"
android:background="@drawable/bg_round_corner_10_3bb9f1"
android:fontFamily="@font/pretendard_bold"
android:fontFamily="@font/bold"
android:gravity="center"
android:text="@string/screen_message_write_button_send"
android:textColor="@color/white"