폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:maxLines="1"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="12sp"
|
||||
@@ -93,7 +93,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:background="@drawable/bg_character_status_clone"
|
||||
android:fontFamily="@font/pretendard_regular"
|
||||
android:fontFamily="@font/regular"
|
||||
android:paddingHorizontal="4dp"
|
||||
android:paddingVertical="2dp"
|
||||
android:textColor="#FFFFFFFF"
|
||||
@@ -129,7 +129,7 @@
|
||||
android:id="@+id/tv_can_badge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_regular"
|
||||
android:fontFamily="@font/regular"
|
||||
android:gravity="center"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="16sp"
|
||||
@@ -188,7 +188,7 @@
|
||||
app:layout_constraintEnd_toStartOf="@id/iv_collapse"
|
||||
app:layout_constraintStart_toEndOf="@id/iv_notice_icon"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
android:fontFamily="@font/medium" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_collapse"
|
||||
@@ -231,7 +231,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="@drawable/bg_chat_input"
|
||||
android:fontFamily="@font/pretendard_regular"
|
||||
android:fontFamily="@font/regular"
|
||||
android:hint="@string/chat_input_placeholder"
|
||||
android:imeOptions="actionSend|flagNoEnterAction"
|
||||
android:importantForAutofill="no"
|
||||
|
||||
Reference in New Issue
Block a user