폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
android:id="@+id/tv_order"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:fontFamily="@font/bold"
|
||||
android:textColor="@color/color_e2e2e2"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="1" />
|
||||
@@ -20,7 +20,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="13.3dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:textColor="@color/color_e2e2e2"
|
||||
android:textSize="14.7sp"
|
||||
tools:text="힝구 (40%)" />
|
||||
|
||||
Reference in New Issue
Block a user