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

@@ -107,7 +107,7 @@
android:id="@+id/tv_notice_big"
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_live_room_notice_prefix"
android:textColor="@color/white"
android:textSize="11.3sp" />
@@ -160,7 +160,7 @@
android:id="@+id/tv_menu_pan_title"
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_live_room_menu_prefix"
android:textColor="@color/white"
android:textSize="11.3sp" />
@@ -348,7 +348,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="2.7dp"
android:background="@drawable/bg_circle_ea3a25"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:padding="2.7dp"
android:text="@string/screen_live_room_age_badge"
android:textColor="@color/white"
@@ -360,7 +360,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:lines="1"
android:textColor="@color/color_eeeeee"
android:textSize="12sp"
@@ -534,7 +534,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/color_bbbbbb"
android:textSize="11sp"
tools:ignore="RelativeOverlap,SmallSp"