fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가

This commit is contained in:
2026-01-22 22:31:15 +09:00
parent 11c5d57c4e
commit f333d301b8
75 changed files with 888 additions and 848 deletions

View File

@@ -330,10 +330,10 @@
android:id="@+id/tv_price_free"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_price_free"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_price_free"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -359,10 +359,10 @@
android:id="@+id/tv_price_paid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_price_paid"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_price_paid"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>
@@ -408,10 +408,10 @@
android:id="@+id/tv_both"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_both"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_both"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -437,10 +437,10 @@
android:id="@+id/tv_buy_only"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_buy_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_buy_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -465,10 +465,10 @@
android:id="@+id/tv_rent_only"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_rent_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_purchase_option_rent_only"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>
@@ -605,10 +605,10 @@
android:id="@+id/tv_not_limited"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_limited_unlimited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_limited_unlimited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -634,11 +634,11 @@
android:id="@+id/tv_limited"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_limited_limited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_limited_limited"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>
<EditText
@@ -703,10 +703,10 @@
android:id="@+id/tv_available_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_point_available"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_point_available"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -732,11 +732,11 @@
android:id="@+id/tv_not_available_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_point_unavailable"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_point_unavailable"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>
<LinearLayout
@@ -784,10 +784,10 @@
android:id="@+id/tv_preview_yes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_preview_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_preview_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
@@ -813,10 +813,10 @@
android:id="@+id/tv_preview_no"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_preview_not_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
android:fontFamily="@font/gmarket_sans_bold"
android:text="@string/screen_audio_content_upload_preview_not_generate"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>