How to change fontFamily of TextView in Android

后端 未结 30 2461
感动是毒
感动是毒 2020-11-22 01:05

So I\'d like to change the android:fontFamily in Android but I don\'t see any pre-defined fonts in Android. How do I select one of the pre-defined ones? I don\'

30条回答
  •  心在旅途
    2020-11-22 01:29

    For android-studio 3 and above you can use this style and then all textView font change in app.

    create this style in your style.xml :

    
    
    

    Then use it in your theme :

    
        
    

提交回复
热议问题