change font of all textviews

后端 未结 5 858
一向
一向 2021-01-03 02:28

is there a way to change the fonts of all textviews in a layout?

currently im using this to change fonts manually.

TextView txtAppName = (TextView) f         


        
5条回答
  •  不知归路
    2021-01-03 03:15

    All system default fonts you can get are in:

    android/res/values/styles.xml

    You can change them only through system applications such as Settings. Maybe you can call some system function that does it. But it seems inprobable, as that would cause problems to all other aplications.

提交回复
热议问题