fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -100,7 +100,8 @@
|
||||
android:paddingVertical="10.7dp"
|
||||
android:text="@string/find_password_contact_support"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
app:drawableStartCompat="@drawable/ic_headphones_blue" />
|
||||
app:drawableStartCompat="@drawable/ic_headphones_blue"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user