폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_round_corner_10_transparent_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="12dp"
|
||||
android:text="@string/screen_audition_role_original_work"
|
||||
@@ -66,7 +66,7 @@
|
||||
android:layout_marginStart="14dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_round_corner_10_transparent_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="12dp"
|
||||
android:text="@string/screen_audition_role_script"
|
||||
@@ -80,7 +80,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:text="@string/screen_audition_role_info_title"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="14.7sp"
|
||||
@@ -95,7 +95,7 @@
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:maxLines="3"
|
||||
android:lineSpacingExtra="5dp"
|
||||
android:textColor="@color/color_777777"
|
||||
@@ -112,7 +112,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:drawableStart="@drawable/ic_live_detail_bottom"
|
||||
android:drawablePadding="6.7dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:text="@string/screen_audition_detail_expand"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
@@ -134,7 +134,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_audition_role_applicant_prefix"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp" />
|
||||
@@ -143,7 +143,7 @@
|
||||
android:id="@+id/tv_applicant_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="10.7sp"
|
||||
tools:text=" 24" />
|
||||
@@ -151,7 +151,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_audition_role_applicant_suffix"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp" />
|
||||
@@ -162,7 +162,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="13.3dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_audition_sort_likes"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp"
|
||||
@@ -175,7 +175,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="13.3dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:text="@string/screen_audition_sort_newest"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="10.7sp"
|
||||
@@ -201,7 +201,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:text="@string/screen_audition_no_applicant"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
@@ -233,7 +233,7 @@
|
||||
android:layout_marginEnd="19dp"
|
||||
android:layout_marginBottom="19dp"
|
||||
android:background="@drawable/bg_round_corner_44_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:padding="14dp"
|
||||
android:text="@string/screen_audition_apply"
|
||||
android:textColor="@color/white"
|
||||
|
||||
Reference in New Issue
Block a user