gmarket_sans_bold -> pretendard_bold로 폰트 변경

This commit is contained in:
2026-01-22 22:43:17 +09:00
parent f333d301b8
commit 6d5018c3fd
119 changed files with 454 additions and 454 deletions

View File

@@ -36,7 +36,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_thumbnail_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -80,7 +80,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_section_upload"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -115,7 +115,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_title_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -155,7 +155,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_content_label"
android:textColor="@color/color_eeeeee"
@@ -215,7 +215,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_theme_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -242,7 +242,7 @@
android:id="@+id/tv_theme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_theme_select"
android:textColor="@color/color_80d8ff"
android:textSize="16.7sp" />
@@ -259,7 +259,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_tag_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -294,7 +294,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_price_section_title"
android:textColor="@color/color_eeeeee"
@@ -330,7 +330,7 @@
android:id="@+id/tv_price_free"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_price_free"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -359,7 +359,7 @@
android:id="@+id/tv_price_paid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_price_paid"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -372,7 +372,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="26.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_keep_section_title"
android:textColor="@color/color_eeeeee"
@@ -408,7 +408,7 @@
android:id="@+id/tv_both"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_purchase_option_both"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -437,7 +437,7 @@
android:id="@+id/tv_buy_only"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_purchase_option_buy_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -465,7 +465,7 @@
android:id="@+id/tv_rent_only"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_purchase_option_rent_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -505,7 +505,7 @@
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/tv_price_unit"
android:background="@null"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:importantForAutofill="no"
android:inputType="numberSigned"
android:paddingVertical="13.3dp"
@@ -569,7 +569,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_limited_section_title"
android:textColor="@color/color_eeeeee"
@@ -605,7 +605,7 @@
android:id="@+id/tv_not_limited"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_limited_unlimited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -634,7 +634,7 @@
android:id="@+id/tv_limited"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_limited_limited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -648,7 +648,7 @@
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:background="@drawable/bg_round_corner_6_7_222222"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:hint="@string/screen_audio_content_upload_limited_hint"
android:importantForAutofill="no"
android:inputType="numberSigned"
@@ -667,7 +667,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_point_section_title"
android:textColor="@color/color_eeeeee"
@@ -703,7 +703,7 @@
android:id="@+id/tv_available_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_point_available"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -732,7 +732,7 @@
android:id="@+id/tv_not_available_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_point_unavailable"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -750,7 +750,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_preview_section_title"
android:textColor="@color/color_eeeeee"
@@ -784,7 +784,7 @@
android:id="@+id/tv_preview_yes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_preview_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -813,7 +813,7 @@
android:id="@+id/tv_preview_no"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_preview_not_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -830,7 +830,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_preview_time_title"
android:textColor="@color/color_eeeeee"
@@ -871,7 +871,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="5.3dp"
android:background="@drawable/bg_round_corner_6_7_222222"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:hint="@string/screen_audio_content_upload_preview_start_time_default"
android:importantForAutofill="no"
@@ -907,7 +907,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="5.3dp"
android:background="@drawable/bg_round_corner_6_7_222222"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:hint="@string/screen_audio_content_upload_preview_end_time_default"
android:importantForAutofill="no"
@@ -936,7 +936,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_age_section_title"
android:textColor="@color/color_eeeeee"
@@ -970,7 +970,7 @@
android:id="@+id/tv_age_all"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_age_all"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -999,7 +999,7 @@
android:id="@+id/tv_age_19"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_age_19"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -1027,7 +1027,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_comment_section_title"
android:textColor="@color/color_eeeeee"
@@ -1061,7 +1061,7 @@
android:id="@+id/tv_comment_yes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_comment_allow"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -1090,7 +1090,7 @@
android:id="@+id/tv_comment_no"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_comment_disallow"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -1109,7 +1109,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="5sp"
android:text="@string/screen_audio_content_upload_reservation_section_title"
android:textColor="@color/color_eeeeee"
@@ -1143,7 +1143,7 @@
android:id="@+id/tv_active_now"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_active_now"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -1172,7 +1172,7 @@
android:id="@+id/tv_active_reservation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_upload_active_reservation"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
@@ -1265,7 +1265,7 @@
android:layout_marginEnd="6.7dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_6_7_13181b_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:text="@string/screen_audio_content_upload_cancel"
android:textColor="@color/color_3bb9f1"
@@ -1278,7 +1278,7 @@
android:layout_marginStart="6.7dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:text="@string/screen_audio_content_upload_submit"
android:textColor="@color/white"