Accessing a font under assets folder from XML file in Android

后端 未结 14 1175
暖寄归人
暖寄归人 2020-12-05 17:07

I am trying to do a application-wide font change and creating a style file to do so. In this file (below) I just want to change typeface value of TextAppearance style of And

14条回答
  •  攒了一身酷
    2020-12-05 18:00

    You can access your font file from assets folder to xml file.

    android:fontFamily="fonts/roboto_regular.ttf"

    fonts is the sub folder in assets folder.

提交回复
热议问题