FontFamily и FontWeight не работают в TextAppearanceAndroid

Форум для тех, кто программирует под Android
Anonymous
FontFamily и FontWeight не работают в TextAppearance

Сообщение Anonymous »


Я пытаюсь добавить в свое приложение несколько семейств шрифтов. Ниже приведен код, который добавляет шрифт «inter».

Вот values/typography.xml

@font/inter_font_family 400 700 600 500 Вот font/inter_font_family.xml

Вот themes.xml

@style/TextAppearance.App.DisplayLarge @style/TextAppearance.App.DisplayLarge.Bold @style/TextAppearance.App.DisplayLarge.SemiBold @style/TextAppearance.App.DisplayLarge.Medium Моя основная проблема заключается в том, что fontWeight не влияет на стили TextAppearance. Если я устанавливаю отдельные шрифты (inter_bold, inter_light и т. д.) в стилях TextAppearance, он работает и отображает правильные шрифты.

Вернуться в «Android»