폰트 이름 변경
pretendard_bold -> bold pretendard_regular -> regular pretendard_medium -> medium pretendard_light -> light
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:background="@color/color_222222"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:paddingHorizontal="13.3dp"
|
||||
android:paddingVertical="8dp"
|
||||
android:text="@string/screen_alarm_content_all_notice"
|
||||
@@ -40,7 +40,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:text="@string/audio_content_label_all"
|
||||
android:textColor="@color/color_e2e2e2"
|
||||
@@ -51,7 +51,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:text="@string/common_zero"
|
||||
android:textColor="@color/color_ff5c49"
|
||||
@@ -61,7 +61,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="2dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:fontFamily="@font/medium"
|
||||
android:gravity="center"
|
||||
android:text="@string/audio_content_total_unit"
|
||||
android:textColor="@color/color_e2e2e2"
|
||||
|
||||
Reference in New Issue
Block a user