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
@@ -51,7 +51,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/iv_character"
tools:text="캐릭터 이름" />
tools:text="캐릭터 이름"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_character_description"
@@ -66,6 +67,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_character_name"
tools:text="설명 텍스트" />
tools:text="설명 텍스트"
android:fontFamily="@font/pretendard_medium" />
</androidx.constraintlayout.widget.ConstraintLayout>