fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가

This commit is contained in:
2026-01-22 22:31:15 +09:00
parent 11c5d57c4e
commit f333d301b8
75 changed files with 888 additions and 848 deletions

View File

@@ -177,22 +177,22 @@
android:id="@+id/fl_charge_can"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginVertical="13.7dp"
android:layout_weight="2"
android:background="@drawable/bg_round_corner_10_80d8ff"
android:paddingVertical="16dp">
android:layout_marginVertical="13.7dp"
android:layout_weight="2"
android:background="@drawable/bg_round_corner_10_80d8ff"
android:paddingVertical="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawablePadding="6.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text="@string/screen_can_status_charge_action"
android:textColor="@color/color_1313bc"
android:textSize="18.3sp"
app:drawableStartCompat="@drawable/ic_can" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawablePadding="6.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text="@string/screen_can_status_charge_action"
android:textColor="@color/color_1313bc"
android:textSize="18.3sp"
app:drawableStartCompat="@drawable/ic_can" />
</FrameLayout>
</LinearLayout>
</RelativeLayout>