gmarket_sans_light -> pretendard_light으로 폰트 변경
This commit is contained in:
@@ -469,7 +469,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>(ActivityMainBinding::infl
|
|||||||
val fontRes = if (isSelected) {
|
val fontRes = if (isSelected) {
|
||||||
R.font.pretendard_bold
|
R.font.pretendard_bold
|
||||||
} else {
|
} else {
|
||||||
R.font.gmarket_sans_light
|
R.font.pretendard_light
|
||||||
}
|
}
|
||||||
binding.tvTab.typeface = ResourcesCompat.getFont(applicationContext, fontRes)
|
binding.tvTab.typeface = ResourcesCompat.getFont(applicationContext, fontRes)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ class CanPaymentTempActivity : BaseActivity<ActivityCanPaymentBinding>(
|
|||||||
binding.tvPrice.text = (can * 110).moneyFormat()
|
binding.tvPrice.text = (can * 110).moneyFormat()
|
||||||
val currencyUnit = getString(R.string.screen_can_payment_currency_unit)
|
val currencyUnit = getString(R.string.screen_can_payment_currency_unit)
|
||||||
binding.tvPaymentPrice.text = "${(can * 110).moneyFormat()}$currencyUnit".fontSpan(
|
binding.tvPaymentPrice.text = "${(can * 110).moneyFormat()}$currencyUnit".fontSpan(
|
||||||
ResourcesCompat.getFont(applicationContext, R.font.gmarket_sans_light),
|
ResourcesCompat.getFont(applicationContext, R.font.pretendard_light),
|
||||||
currencyUnit
|
currencyUnit
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -795,7 +795,7 @@
|
|||||||
android:id="@+id/tv_unit"
|
android:id="@+id/tv_unit"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_audio_content_detail_purchase_unit_can"
|
android:text="@string/screen_audio_content_detail_purchase_unit_can"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_audio_content_ranking_notice"
|
android:text="@string/screen_audio_content_ranking_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_can_status_label_paid"
|
android:text="@string/screen_can_status_label_paid"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_can_status_label_reward"
|
android:text="@string/screen_can_status_label_reward"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|||||||
@@ -230,7 +230,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:button="@null"
|
android:button="@null"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:hint="입력해 주세요"
|
android:hint="입력해 주세요"
|
||||||
android:importantForAutofill="no"
|
android:importantForAutofill="no"
|
||||||
android:inputType="textWebEditText"
|
android:inputType="textWebEditText"
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
android:id="@+id/tv_notice"
|
android:id="@+id/tv_notice"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:lineSpacingExtra="4dp"
|
android:lineSpacingExtra="4dp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="11.3sp"
|
android:textSize="11.3sp"
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
android:id="@+id/tv_menu_pan_detail"
|
android:id="@+id/tv_menu_pan_detail"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:lineSpacingExtra="4dp"
|
android:lineSpacingExtra="4dp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="11.3sp"
|
android:textSize="11.3sp"
|
||||||
|
|||||||
@@ -201,7 +201,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:button="@null"
|
android:button="@null"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:hint="@string/screen_sign_out_reason_hint"
|
android:hint="@string/screen_sign_out_reason_hint"
|
||||||
android:importantForAutofill="no"
|
android:importantForAutofill="no"
|
||||||
android:inputType="textWebEditText"
|
android:inputType="textWebEditText"
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginVertical="60dp"
|
android:layout_marginVertical="60dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:text="@string/screen_user_profile_cheer_empty"
|
android:text="@string/screen_user_profile_cheer_empty"
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
android:text="@string/screen_user_profile_donation_can_unit_with_space"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_live_room_close"
|
android:text="@string/screen_live_room_close"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="14.7sp" />
|
android:textSize="14.7sp" />
|
||||||
|
|||||||
@@ -135,7 +135,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_explorer_creator_rank_notice"
|
android:text="@string/screen_explorer_creator_rank_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
@@ -356,7 +356,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_audio_content_ranking_notice"
|
android:text="@string/screen_audio_content_ranking_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
|
|||||||
@@ -396,7 +396,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/audio_content_main_popular_notice"
|
android:text="@string/audio_content_main_popular_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/audio_content_order_label_rental_period"
|
android:text="@string/audio_content_order_label_rental_period"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
android:id="@+id/tv_keep_date"
|
android:id="@+id/tv_keep_date"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/audio_content_order_keep_period_default"
|
android:text="@string/audio_content_order_keep_period_default"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="2.3dp"
|
android:layout_marginStart="2.3dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
tools:text="(30)" />
|
tools:text="(30)" />
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_voice_message_write_recipient_placeholder"
|
android:text="@string/screen_voice_message_write_recipient_placeholder"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="16.7sp" />
|
android:textSize="16.7sp" />
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
android:id="@+id/tv_timer"
|
android:id="@+id/tv_timer"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_audio_content_detail_time_default"
|
android:text="@string/screen_audio_content_detail_time_default"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="33.3sp" />
|
android:textSize="33.3sp" />
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="3dp"
|
android:layout_marginTop="3dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
tools:text="3시간전" />
|
tools:text="3시간전" />
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:text="@string/screen_explorer_creator_rank_notice"
|
android:text="@string/screen_explorer_creator_rank_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
android:id="@+id/tv_nickname"
|
android:id="@+id/tv_nickname"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:textSize="10sp"
|
android:textSize="10sp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="라이브" />
|
tools:text="라이브" />
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
android:id="@+id/tv_date"
|
android:id="@+id/tv_date"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textColor="@color/color_525252"
|
android:textColor="@color/color_525252"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
android:id="@+id/tv_date"
|
android:id="@+id/tv_date"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textColor="@color/color_525252"
|
android:textColor="@color/color_525252"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
android:fontFamily="@font/pretendard_light"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="10sp"
|
android:textSize="10sp"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
|
|||||||
Reference in New Issue
Block a user